diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-25 16:43:41 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-25 16:43:41 +0000 |
| commit | c726f56b3edbc2b97b82b777bada83a2097acb80 (patch) | |
| tree | 643547815e69b467c3abbd1b2041d042766ff0ad /app/templates/todo | |
| parent | daded6d193433cb6f76d93a4ed3833131d70f597 (diff) | |
| download | cheatdb-c726f56b3edbc2b97b82b777bada83a2097acb80.tar.xz | |
Fix bugs in topic todo
Diffstat (limited to 'app/templates/todo')
| -rw-r--r-- | app/templates/todo/topics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index 8b39b8e..5d3e7f9 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -10,7 +10,7 @@ Topics to be Added {% if n >= 10000 %} <a class="btn btn-primary" href="{{ url_for('todo_topics_page', q=query, show_discarded=show_discarded, n=100, sort=sort_by) }}"> - Paginiated List + Paginated List </a> {% else %} <a class="btn btn-primary" |
