diff options
author | Tiia Soikkeli <tsoikkel@local> | 2023-12-12 02:51:56 +0200 |
---|---|---|
committer | Tiia Soikkeli <tsoikkel@local> | 2023-12-12 02:51:56 +0200 |
commit | 70b247c640b506e407bc7f3daa48a6662a893cad (patch) | |
tree | 446209951815bf994359243dbfc759f484e1f770 /templates/base.html | |
parent | 84d1277c408038ab0df6179659c68ac7f08a098f (diff) |
Adding nick resetting functionality.
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index e47e643..5609fe1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,6 @@ {% if nick %} <div class="kysNick">{{ nick }}</div> + <script src="nick-lift.js"></script> {% else %} <form action="/set/nick" method="POST"> Anna itsellesi nimimerkki ensin: |