diff options
author | Olli Vilén <oviln@local> | 2023-11-16 22:11:46 +0200 |
---|---|---|
committer | Olli Vilén <oviln@local> | 2023-11-16 22:11:46 +0200 |
commit | 0ed244ef2dd27a835ec12fdbc93a1f20bbcd89eb (patch) | |
tree | ba673352e44f2e1e55b8dc762b45a9cd769376e3 /templates/create.html | |
parent | 93a927b130ba09cea29aba2077848f785ac48844 (diff) |
More db actions and forms.
Diffstat (limited to 'templates/create.html')
-rw-r--r-- | templates/create.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/create.html b/templates/create.html index 15af509..0ba8164 100644 --- a/templates/create.html +++ b/templates/create.html @@ -1,2 +1,5 @@ +<div id="nickbox">{{ nick }}</div> <div id="alertbox">{{ alert }}</div> <h1>create</h1> +<a href="#question">Lisää kysymys</a> +</form> |