Fix button on policy test page

This commit is contained in:
Jens Langhammer 2019-03-10 15:36:49 +01:00
parent c012c6be5c
commit 7fe0300b86
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
{% block above_form %}
<h1>{% blocktrans with policy=policy %}Test policy {{ policy }}{% endblocktrans %}</h1>
{% endblock %}
{% block action %}
{% trans 'Test' %}
{% endblock %}