diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-23 03:07:21 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-23 03:07:21 +0100 |
commit | dbd186e299fecd8f10f3dca0a88b78f842b0c59b (patch) | |
tree | cf90218918c0896ad770bcceb69f1e7df0d8c097 /templates/core | |
parent | 1a4be0f02e8ca2536bb754c7285c005478ad047a (diff) | |
download | troggle-dbd186e299fecd8f10f3dca0a88b78f842b0c59b.tar.gz troggle-dbd186e299fecd8f10f3dca0a88b78f842b0c59b.tar.bz2 troggle-dbd186e299fecd8f10f3dca0a88b78f842b0c59b.zip |
make ?reload private and clean old error msgs
Diffstat (limited to 'templates/core')
-rw-r--r-- | templates/core/todos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/core/todos.html b/templates/core/todos.html index de1fd1d..3122ddc 100644 --- a/templates/core/todos.html +++ b/templates/core/todos.html @@ -1,3 +1,3 @@ {% extends "baseapi.html" %} -{% block content %}<pre>{% for k, v in tododict.items %}<b><big>{{k}}</big></b>: {{v}}<br /> +{% block content %}<pre>{% for k, v in tododict.items %}<b><big>{{k}}</big></b>:<br> {{v}}<br /> {% endfor %}</pre>{% endblock %}
\ No newline at end of file |