Added max file size for uploads.

This commit is contained in:
James Cole
2015-07-19 14:30:20 +02:00
parent fc886f6bc1
commit 4dbc135dce
6 changed files with 64 additions and 35 deletions

View File

@@ -19,8 +19,7 @@
</ul>
{% endif %}
{% if Session.get('info') is iterable and Session.get('info')|length == 1 %}
<strong>Message:</strong>
{{ Session.get('info')[0]|raw }}
<strong>Message:</strong> {{ Session.get('info')[0]|raw }}
{% endif %}
{% if Session.get('info') is not iterable %}