diff --git a/sample_project/templates/base.html b/sample_project/templates/base.html index 8dea08f38..93f7d4e79 100644 --- a/sample_project/templates/base.html +++ b/sample_project/templates/base.html @@ -2,18 +2,22 @@ {% load sample_project %} {% block content %} -
Username:
-admin-
Current password:
-{% password %}-
Startup time:
-{% startup %}+ + {% if not user.is_authenticated %} +
Username:
+admin+
Current password:
+{% password %}+
Startup time:
+{% startup %}+