Fix button on policy test page
This commit is contained in:
parent
c012c6be5c
commit
7fe0300b86
|
@ -5,3 +5,7 @@
|
|||
{% block above_form %}
|
||||
<h1>{% blocktrans with policy=policy %}Test policy {{ policy }}{% endblocktrans %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block action %}
|
||||
{% trans 'Test' %}
|
||||
{% endblock %}
|
||||
|
|
Reference in New Issue