From a587459a1817c0fc57b46df3f9c69567e1e775b7 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 12 Dec 2023 18:20:56 +0000 Subject: refactor: separate model and controller --- templates/login.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/login.rs.html') diff --git a/templates/login.rs.html b/templates/login.rs.html index 10efaf3..6dff4f4 100644 --- a/templates/login.rs.html +++ b/templates/login.rs.html @@ -3,7 +3,7 @@ @(notification: Option) -@:base_html(None, None, { +@:base_html(None, notification, {
-- cgit