From: yomguy Date: Fri, 13 Apr 2012 07:14:14 +0000 (+0200) Subject: fix button X-Git-Tag: 0.2~42 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=568b0788d051801185d42a7cd1243642ca84ddf0;p=teleforma.git fix button --- diff --git a/teleforma/templates/postman/base_folder.html b/teleforma/templates/postman/base_folder.html index 3dc016c2..64019652 100644 --- a/teleforma/templates/postman/base_folder.html +++ b/teleforma/templates/postman/base_folder.html @@ -4,12 +4,6 @@ {% block content %}
-

{% block pm_folder_title %}{% endblock %}

-{% if invalid_page %} -

{% trans "Sorry, this page number is invalid." %}

-{% else %} - -{% if pm_messages %} {% block pm_by_modes %}
@@ -17,6 +11,12 @@ {% trans "by message" %}
{% endblock pm_by_modes %} +
{% block pm_folder_title %}{% endblock %}
+{% if invalid_page %} +

{% trans "Sorry, this page number is invalid." %}

+{% else %} + +{% if pm_messages %}
{% autopaginate pm_messages %}{% paginate %}