Merge pull request #1133 from nlegoff/helpt-text

[3.8.6] Wrap into block
This commit is contained in:
Nicolas Le Goff
2014-08-07 14:55:42 +02:00

View File

@@ -1,4 +1,4 @@
{% block content %}
{% if results.getError() %}
<div>{{results.getError()}}</div>
{% else %}
@@ -84,3 +84,4 @@
</center>
</div>
{% endif %}
{% endblock %}