diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-03-29 20:33:15 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-03-29 20:33:15 +0000 |
commit | 2677e088a85f9d31b7939874ea414d4ce5429e23 (patch) | |
tree | 3cf5b9cca1934b0a09154d00bf5d48c80d77c95e | |
parent | 0fd4984e5a343b796ae17d4c327cd1d89140a669 (diff) | |
download | cheatdb-2677e088a85f9d31b7939874ea414d4ce5429e23.tar.xz |
Fix small style issue on todo page
-rw-r--r-- | app/templates/todo/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index 5707ddd..2a6fa5e 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -86,7 +86,7 @@ </p> {% endif %} - <h2>Unadded Topic List</h2> + <h2 class="mt-4">Unadded Topic List</h2> <p> {{ total_topics - topics_to_add }} / {{ total_topics }} packages have been been added to cdb, |