new messages when update / install

This commit is contained in:
Nicolas Lœuillet
2013-08-23 22:24:41 +02:00
parent 76beb27135
commit 6d7defc87c
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
{% extends "layout.twig" %}
{% block title %}{% trans "error" %}{% endblock %}
{% block title %}{% trans "plop" %}{% endblock %}
{% block content %}
<h1>error</h1>
<p>{{ msg|raw }}</p>
{{ msg|raw }}
<p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
{% endblock %}