Localization of the template files

This commit is contained in:
Tobenna Peter Igwe
2017-04-06 07:38:23 +01:00
parent a63b8b7924
commit 0d6cbea619
11 changed files with 26 additions and 26 deletions

View File

@ -58,11 +58,11 @@
{% endif %}
</p>
{% endif %}
<p class="post-meta">Posted by
<p class="post-meta">{{ gettext('Posted by') }}
{% for author in article.authors %}
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
on {{ article.locale_date }}
{{ gettext('on') }} {{ article.locale_date }}
</p>
{% include 'comments.html' %}
</div>