From 6553e5df341e78f7f6115f2e042805b69b3f5cd8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 18 Nov 2020 12:31:53 -0800 Subject: [PATCH] Makes sure pages have h1 header heirarchy --- bookwyrm/templates/feed.html | 1 + bookwyrm/templates/login.html | 2 +- bookwyrm/templates/search_results.html | 4 ++++ bookwyrm/templates/snippets/about.html | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html index ed1fea0f0..6e49943af 100644 --- a/bookwyrm/templates/feed.html +++ b/bookwyrm/templates/feed.html @@ -58,6 +58,7 @@
+

{{ tab | title }} Timeline

  • diff --git a/bookwyrm/templates/login.html b/bookwyrm/templates/login.html index 15b52a82a..21ba28842 100644 --- a/bookwyrm/templates/login.html +++ b/bookwyrm/templates/login.html @@ -4,7 +4,7 @@
    -

    Log in

    +

    Log in

    {% if login_form.non_field_errors %}

    {{ login_form.non_field_errors }}

    {% endif %} diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index 1f48ee862..46828fb0f 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -1,6 +1,10 @@ {% extends 'layout.html' %} {% block content %} {% with book_results|first as local_results %} +
    +

    Search Results for "{{ query }}"

    +
    +

    Matching Books

    diff --git a/bookwyrm/templates/snippets/about.html b/bookwyrm/templates/snippets/about.html index 596d77d56..35b39f82f 100644 --- a/bookwyrm/templates/snippets/about.html +++ b/bookwyrm/templates/snippets/about.html @@ -1,4 +1,4 @@ -

    About {{ site_settings.name }}

    +

    About {{ site_settings.name }}

    BookWyrm