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 %}Category{% endtrans %}: {{ category }}{% endblock %}
|
||||
{% block title %} – {{ _('Category: %(name)s', name=category) }}{% endblock %}
|
||||
{% set summarise = True %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue