Fix a few issues with internationalization

This commit is contained in:
Bat
2018-06-17 20:54:59 +01:00
parent 0ea8c882ad
commit 7faf93f44a
4 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -10,6 +10,6 @@
<label for="title">{{ "Title" | _ }}</label>
<input name="title">
<input type="submit" value="{{ "Create blog"}}"/>
<input type="submit" value="{{ "Create blog" | _ }}"/>
</form>
| _ {% endblock content %}
{% endblock content %}