Merge branch 'master' into master

This commit is contained in:
Madeorsk
2018-06-17 22:22:34 +02:00
committed by GitHub
12 changed files with 42 additions and 11 deletions
+2 -3
View File
@@ -9,7 +9,6 @@
<form method="post">
<label for="title">{{ "Title" | _ }}</label>
<input type="text" id="title" name="title" />
<input type="submit" value="{{ "Create blog"}}" />
<input type="submit" value="{{ "Create blog" | _ }}"/>
</form>
| _ {% endblock content %}
{% endblock content %}