Skip to content

Commit 4adcb3f

Browse files
committed
Minor edit
1 parent 0eb4ce2 commit 4adcb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/tag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% block content %}
88
<div class="uk-width-medium-4-5">
99

10-
<p class="mg-tag-page-header">Tag: <b>{{tag}}</b> - Articles:</p>
10+
<p class="mg-tag-page-header">Articles avec le tag <b>{{tag}}</b>&nbsp;:</p>
1111

1212
{% if articles %}
1313
{% for article in (articles_page.object_list if articles_page else articles) %}

0 commit comments

Comments
 (0)