aboutsummaryrefslogtreecommitdiffstats
path: root/templates/thoughts.html
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-06 21:51:06 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-06 21:51:06 +0000
commit2a0d3c4ccb287282974856b5f20f67a078149cb8 (patch)
tree604f111e1445dfed221507522584ee0f6fcdae32 /templates/thoughts.html
parentdd073f7256bd53162e1ee93c6777ba6c7e97f3ca (diff)
downloadeda.gay-2a0d3c4ccb287282974856b5f20f67a078149cb8.tar.gz
eda.gay-2a0d3c4ccb287282974856b5f20f67a078149cb8.zip
added dockerfile, similar thoughts
Diffstat (limited to 'templates/thoughts.html')
-rw-r--r--templates/thoughts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thoughts.html b/templates/thoughts.html
index 8717299..0d768e4 100644
--- a/templates/thoughts.html
+++ b/templates/thoughts.html
@@ -4,7 +4,7 @@
<h2 id={{category_name.replace(' ', '_')}}>{{category_name}}</h2>
<dl>
{% for id_, title, dt in thoughts %}
- <dt><a href={{'/thought?id=%i' % id_}}>title</a></dt>
+ <dt><a href={{'/thought?id=%i' % id_}}>{{title}}</a></dt>
<dd>{{dt}}</dd>
{% endfor %}
</dl>