We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb4ce2 commit 4adcb3fCopy full SHA for 4adcb3f
templates/tag.html
@@ -7,7 +7,7 @@
7
{% block content %}
8
<div class="uk-width-medium-4-5">
9
10
-<p class="mg-tag-page-header">Tag: <b>{{tag}}</b> - Articles:</p>
+<p class="mg-tag-page-header">Articles avec le tag <b>{{tag}}</b> :</p>
11
12
{% if articles %}
13
{% for article in (articles_page.object_list if articles_page else articles) %}
0 commit comments