Remove archive view h1 titles

This commit is contained in:
Alexandre Iooss 2022-04-17 09:36:45 +02:00
parent 1aa71e0f51
commit 3a61058379
2 changed files with 0 additions and 11 deletions

View file

@ -9,12 +9,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block title %}{% trans "Latest photo galleries" %}{% endblock %} {% block title %}{% trans "Latest photo galleries" %}{% endblock %}
{% block content %} {% block content %}
<div class="row">
<div class="col-lg-12">
<h1>{% trans "Latest photo galleries" %}</h1>
</div>
</div>
<div class="row"> <div class="row">
<aside class="col-md-2"> <aside class="col-md-2">
<h5>{% trans "Filter by year" %}</h5> <h5>{% trans "Filter by year" %}</h5>

View file

@ -9,11 +9,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block title %}{% blocktrans with show_year=year|date:"Y" %}Galleries for {{ show_year }}{% endblocktrans %}{% endblock %} {% block title %}{% blocktrans with show_year=year|date:"Y" %}Galleries for {{ show_year }}{% endblocktrans %}{% endblock %}
{% block content %} {% block content %}
<div class="row">
<div class="col-lg-12">
<h1>{% blocktrans with show_year=year|date:"Y" %}Galleries for {{ show_year }}{% endblocktrans %}</h1>
</div>
</div>
<div class="row"> <div class="row">
<aside class="col-md-2"> <aside class="col-md-2">
<a href="{% url 'photologue:pl-gallery-archive' %}">⬅ {% trans "View all galleries" %}</a> <a href="{% url 'photologue:pl-gallery-archive' %}">⬅ {% trans "View all galleries" %}</a>