Reworked to newstyle gettext and named vars

This commit is contained in:
Marcel Huth 2016-08-10 19:28:32 +02:00
parent 36d06accb0
commit 5497850c51
14 changed files with 83 additions and 60 deletions

View file

@ -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 %}