diff --git a/app/templates/common/404.html b/app/templates/common/404.html index 5caab1a..06df7ae 100644 --- a/app/templates/common/404.html +++ b/app/templates/common/404.html @@ -1,8 +1,8 @@ {% extends 'base.html' %} {% block title %}not found{% endblock %} {% block content %} -
-

404 Not Found

+
+

404 Not Found

The requested URL does not exist.

{% endblock %} diff --git a/app/templates/common/413.html b/app/templates/common/413.html index 53abcad..5c39df3 100644 --- a/app/templates/common/413.html +++ b/app/templates/common/413.html @@ -1,8 +1,8 @@ {% extends 'base.html' %} {% block title %}not found{% endblock %} {% block content %} -
-

413 Request Entity Too Large

+
+

413 Request Entity Too Large

The file(s) you tried to upload are too large.

{% endblock %} diff --git a/app/templates/guides/_layout.html b/app/templates/guides/_layout.html index da41b95..f55e35f 100644 --- a/app/templates/guides/_layout.html +++ b/app/templates/guides/_layout.html @@ -3,7 +3,7 @@ {% block title %}guide - {{ guide.title }}{% endblock %} {% block content %}
-

Guide: {{ guide.title }}

+

Guide: {{ guide.title }}

  • ↑ Back to category
  • {% if prev_guide %} diff --git a/app/templates/guides/category_index.html b/app/templates/guides/category_index.html index 38bd047..f0e4886 100644 --- a/app/templates/guides/category_index.html +++ b/app/templates/guides/category_index.html @@ -1,8 +1,8 @@ {% extends 'base.html' %} {% block title %}guides - {{ category | title }}{% endblock %} {% block content %} -
    -

    All guides in category "{{ category | replace('-', ' ') | title }}"

    +
    +

    All guides in category "{{ category | replace('-', ' ') | title }}"

      {% for page in pages %}
    • {{ page.title }}
    • diff --git a/app/templates/guides/contact.html b/app/templates/guides/contact.html index 3b87591..ad5b8a0 100644 --- a/app/templates/guides/contact.html +++ b/app/templates/guides/contact.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %}contact us{% endblock %} {% block content %} -
      +

      Contact

      {% if config.ADMIN_CONTACT_INFO %}

      The administrators of {{ config.SITE_NAME }} provide the following contact information:

      diff --git a/app/templates/guides/guides_index.html b/app/templates/guides/guides_index.html index a4f316e..d4fbe95 100644 --- a/app/templates/guides/guides_index.html +++ b/app/templates/guides/guides_index.html @@ -1,8 +1,8 @@ {% extends 'base.html' %} {% block title %}guides{% endblock %} {% block content %} -
      -

      Guides index

      +
      +

      Guides index

        {% for category in categories %}
      • diff --git a/app/templates/mod/motd.html b/app/templates/mod/motd.html index 7d7501c..7ec2978 100644 --- a/app/templates/mod/motd.html +++ b/app/templates/mod/motd.html @@ -2,7 +2,7 @@ {% extends 'base.html' %} {% block title %}editing MOTD{% endblock %} {% block content %} -
        +

        Edit Message of the Day

        The Message of the Day will show up on the main page and in every topic.

        diff --git a/app/templates/mod/panel.html b/app/templates/mod/panel.html index fb6f715..c6651ef 100644 --- a/app/templates/mod/panel.html +++ b/app/templates/mod/panel.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}moderation{% endblock %} {% block content %} -
        +

        Moderation actions

        • User list
        • diff --git a/app/templates/mod/sort-topics.html b/app/templates/mod/sort-topics.html index a679fff..7e3dff3 100644 --- a/app/templates/mod/sort-topics.html +++ b/app/templates/mod/sort-topics.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -
          +

          Change topics order

          Drag topic titles to reoder them. Press submit when done. The topics will appear to users in the order set here.

          diff --git a/app/templates/threads/create.html b/app/templates/threads/create.html index d1950b2..6213fe6 100644 --- a/app/templates/threads/create.html +++ b/app/templates/threads/create.html @@ -2,7 +2,7 @@ {% extends "base.html" %} {% block title %}drafting a thread{% endblock %} {% block content %} -
          +

          New thread

          diff --git a/app/templates/topics/create.html b/app/templates/topics/create.html index 94f12ca..2f466c9 100644 --- a/app/templates/topics/create.html +++ b/app/templates/topics/create.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}creating a topic{% endblock %} {% block content %} -
          +

          Create topic

          diff --git a/app/templates/topics/edit.html b/app/templates/topics/edit.html index bf91575..a3498bb 100644 --- a/app/templates/topics/edit.html +++ b/app/templates/topics/edit.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}creating a topic{% endblock %} {% block content %} -
          +

          Editing topic {{ topic['name'] }}

          diff --git a/app/templates/users/bookmark_collections.html b/app/templates/users/bookmark_collections.html index 39ba16f..85227f6 100644 --- a/app/templates/users/bookmark_collections.html +++ b/app/templates/users/bookmark_collections.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}managing bookmark collections{% endblock %} {% block content %} -
          +

          Manage bookmark collections

          Drag collections to reoder them. You cannot move or remove the default collection, but you can rename it.

          diff --git a/app/templates/users/delete_page.html b/app/templates/users/delete_page.html index 8e90a66..0b1099c 100644 --- a/app/templates/users/delete_page.html +++ b/app/templates/users/delete_page.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %}delete confirmation{% endblock %} {% block content %} -