diff options
Diffstat (limited to 'templates/signup.rs.html')
-rw-r--r-- | templates/signup.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
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<Notification>) -@:base_html(false, notification, { +@:base_html(None, notification, { <form action="/signup" method="post"> <label for="username">username:</label> <input type="text" id="username" name="username" required="true" /> |