a bit of localization

This commit is contained in:
vabene1111
2018-05-03 21:46:41 +02:00
parent 9713c602df
commit bc287364ac
8 changed files with 49 additions and 147 deletions

View File

@@ -6,11 +6,11 @@
{% block content %}
<h3>{% trans 'Update imported Recipes' %}</h3>
<h3>{% trans 'Imported Recipes' %}</h3>
<br>
<form action="{% url 'batch_import_all' %}" method="post">
{% csrf_token %}
<input type="submit" value="{% trans 'Auto import all' %}" class="btn btn-primary"/>
<input type="submit" value="{% trans 'import all' %}" class="btn btn-primary"/>
</form>
<br>