diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-12 03:38:14 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-12 03:47:59 +0100 |
| commit | d7ecf8041af595b1ebf95ea00ee59575aa9330d6 (patch) | |
| tree | 60067f4a046b1648560ac2ef58aa56f03e9461db /app/templates/todo/list.html | |
| parent | a123f422911c7c543b35ca405ecb4524f905a1a9 (diff) | |
| download | cheatdb-d7ecf8041af595b1ebf95ea00ee59575aa9330d6.tar.xz | |
Improve admin list design
Diffstat (limited to 'app/templates/todo/list.html')
| -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 f9f90e0..ef5025e 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -99,7 +99,7 @@ </p> {% endif %} - <h2 class="mt-4">Unadded Topic List</h2> + <h2 class="mt-5">Unadded Topic List</h2> {% if total_topics > 0 %} <p> |
