File tree 2 files changed +6
-6
lines changed
material/templates/journal
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
{% block title %}{% trans issue_type.plural_name %}{% endblock %}
8
8
9
9
{% block body %}
10
-
10
+ < h1 > {% trans issue_type.plural_name %} </ h1 >
11
11
< div class ="row ">
12
12
{% for collection in collections %}
13
13
< div class ="col-md-4 row-eq-height ">
20
20
>
21
21
< div class ="card-block ">
22
22
< a href ="{% url 'journal_collection' collection.pk %} ">
23
- {# HeadingA11y #} < h4 class ="card-title "> {{ collection.issue_title }}</ h4 >
23
+ < h2 class ="card-title "> {{ collection.issue_title }}</ h2 >
24
24
</ a >
25
25
< p class ="card-text "> < small > Published: {{ collection.date|date:"d/m/y" }}</ small > </ p >
26
26
{% if collection.short_description %}
33
33
</ div >
34
34
</ div >
35
35
{% empty %}
36
- {# HeadingA11y #} < h4 > {% trans 'There are no collections to display' %}</ h4 >
36
+ < h2 > {% trans 'There are no collections to display' %}</ h2 >
37
37
{% endfor %}
38
38
</ div>
39
39
Original file line number Diff line number Diff line change 7
7
{% block title %}{% trans issue_type.plural_name %}{% endblock %}
8
8
9
9
{% block body %}
10
-
10
+ < h1 > {% trans issue_type.plural_name %} </ h1 >
11
11
< div class ="row ">
12
12
{% for collection in collections %}
13
13
< div class ="col s12 m6 l4 ">
19
19
alt ="{{ collection.issue_title }} "
20
20
onerror ="if (this.src !='{% static 'common/img/sample/article-small.jpg' %}') this.src='{% static 'common/img/sample/article-small.jpg' %}' "
21
21
>
22
- < a href ="{% url 'journal_collection' collection.id %} " class ="carousel-text-wrapper card-title " style ="width:100% "> {{ collection.issue_title }}</ a >
22
+ < h2 > < a href ="{% url 'journal_collection' collection.id %} " class ="carousel-text-wrapper card-title " style ="width:100% "> {{ collection.issue_title }}</ a > </ h2 >
23
23
</ div >
24
24
< div class ="card-content scroll-y ">
25
25
< p > Published: {{ collection.date|date:"d/m/y" }}</ p >
35
35
</ div >
36
36
</ div >
37
37
{% empty %}
38
- {# HeadingA11y #} < h4 > {% trans "There are no collections to display" %}</ h4 >
38
+ < h2 > {% trans "There are no collections to display" %}</ h2 >
39
39
{% endfor %}
40
40
</ div >
41
41
You can’t perform that action at this time.
0 commit comments