diff --git a/app/templates/admin_inbox.html b/app/templates/admin_inbox.html index c4f0f9d..721d103 100644 --- a/app/templates/admin_inbox.html +++ b/app/templates/admin_inbox.html @@ -35,7 +35,9 @@ {% endfor %} {% if next_cursor %} -

See more

+
+

See more

+
{% endif %} {% endblock %} diff --git a/app/templates/admin_outbox.html b/app/templates/admin_outbox.html index 51f1078..de6ed23 100644 --- a/app/templates/admin_outbox.html +++ b/app/templates/admin_outbox.html @@ -24,7 +24,9 @@ {% endfor %} {% if next_cursor %} -

See more

+
+

See more

+
{% endif %} {% endblock %} diff --git a/app/templates/followers.html b/app/templates/followers.html index 5728d1b..7002968 100644 --- a/app/templates/followers.html +++ b/app/templates/followers.html @@ -15,7 +15,9 @@ {% endif %} {% if is_admin %} -

Manage followers

+
+

Manage followers

+
{% endif %} diff --git a/app/templates/following.html b/app/templates/following.html index 7dacc4c..d1bdfb9 100644 --- a/app/templates/following.html +++ b/app/templates/following.html @@ -15,7 +15,9 @@ {% endif %} {% if is_admin %} -

Manage follows

+
+

Manage follows

+
{% endif %} diff --git a/app/templates/index.html b/app/templates/index.html index e4eead3..0484278 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -28,12 +28,14 @@ {% endfor %} -{% if has_previous_page %} -Previous -{% endif %} +
+ {% if has_previous_page %} + Previous + {% endif %} -{% if has_next_page %} -Next -{% endif %} + {% if has_next_page %} + Next + {% endif %} +
{% endblock %}