From: Christian Heller Date: Fri, 15 Mar 2024 18:02:39 +0000 (+0100) Subject: Add foreign key restraints, expand and fix tests, add deletion and forking. X-Git-Url: https://plomlompom.com/repos/?p=misc;a=commitdiff_plain;h=HEAD Add foreign key restraints, expand and fix tests, add deletion and forking. --- diff --git a/new_todo/html/template.html b/new_todo/html/template.html index 35f69de..e60d0c5 100644 --- a/new_todo/html/template.html +++ b/new_todo/html/template.html @@ -2,6 +2,9 @@ {% block content %}

edit template

+{% if tmpl.forked_from %} +forked from: {{tmpl.forked_from.title.newest|e}} at {{tmpl.forked_at}}
+{% endif %}
current title:
{% for datetime, title in tmpl.title.history.items() %} @@ -15,7 +18,9 @@ current description: