From 5dc4774ed3380762b4d7aadc86193af6073c456a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 11 Dec 2023 13:57:51 +0000 Subject: implement log-out --- templates/signup.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/signup.rs.html') diff --git a/templates/signup.rs.html b/templates/signup.rs.html index a482fc2..4823698 100644 --- a/templates/signup.rs.html +++ b/templates/signup.rs.html @@ -3,7 +3,7 @@ @(notification: Option) -@:base_html(false, notification, { +@:base_html(None, notification, {
-- cgit