diff options
Diffstat (limited to 'templates/login.rs.html')
-rw-r--r-- | templates/login.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.rs.html b/templates/login.rs.html index c87866c..8547bd0 100644 --- a/templates/login.rs.html +++ b/templates/login.rs.html @@ -3,7 +3,7 @@ @(notification: Option<Notification>) -@:base_html(false, None, { +@:base_html(None, None, { <form action="/login" method="post"> <label for="username">username:</label> <input type="text" id="username" name="username" required="true" /> |