diff options
author | Jani Peter Karhunen <jkarhun2@local> | 2023-11-25 03:32:29 +0200 |
---|---|---|
committer | Jani Peter Karhunen <jkarhun2@local> | 2023-11-25 03:32:29 +0200 |
commit | d2de3ae10b6f5314bd4b8243218212d2004f35b0 (patch) | |
tree | 2ab448e0c2ec361478851dbcb43bcd176d17b584 /templates/moderate.html | |
parent | c059696450d301b99956d643c21b0e46b4fc39dc (diff) |
MEGA Commit. Rework of routing. Visuals. Answer analysis and much more.
Diffstat (limited to 'templates/moderate.html')
-rw-r--r-- | templates/moderate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/moderate.html b/templates/moderate.html index 116f2ff..118c8d4 100644 --- a/templates/moderate.html +++ b/templates/moderate.html @@ -1,2 +1,2 @@ -<div id="alertbox">{{ alert }}</div> +{% include 'base.html' %} <h1>moderate</h1> |