Commit 186c1dc3 by Bence Dányi

webui: fix edit template message

parent b029581a
......@@ -4,7 +4,7 @@
<form action="{% url one.views.ajax_template_edit_wizard template.id %}" method="post" id="template-wizard">
{% csrf_token %}
<div id="new-template-step-2" class="wizard">
<h2>{% blocktrans with step=2 %}Step {{step}}{% endblocktrans %}</h2>
<h2>{% trans "Edit template" %}</h2>
<p>{% trans "Change the parameters as needed." %}</p>
<ul>
<li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment