[fix] title for add page

This commit is contained in:
Nicolas Lœuillet 2014-01-15 14:03:30 +01:00
parent 0a7ecfd3c0
commit 841d7f9cbe
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{% extends layout %}
{% block title %}{{ 'entry.add'|trans }}{% endblock %}
{% block content %}
<h2>{{ 'entry.add'|trans }}</h2>