Reworked to newstyle gettext and named vars
This commit is contained in:
parent
36d06accb0
commit
5497850c51
14 changed files with 83 additions and 60 deletions
|
@ -1,3 +1,3 @@
|
|||
{% extends "index.html" %}
|
||||
{% block title %} – {% trans %}Posts by{% endtrans %}: {{ author }}{% endblock %}
|
||||
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
|
||||
{% set summarise = True %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue