summaryrefslogtreecommitdiffstats
path: root/templates/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-23 03:07:21 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-23 03:07:21 +0100
commitdbd186e299fecd8f10f3dca0a88b78f842b0c59b (patch)
treecf90218918c0896ad770bcceb69f1e7df0d8c097 /templates/core
parent1a4be0f02e8ca2536bb754c7285c005478ad047a (diff)
downloadtroggle-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.html2
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