diff --git a/templates/shell/shell.html b/templates/shell/shell.html index 7a6a611..09378a2 100644 --- a/templates/shell/shell.html +++ b/templates/shell/shell.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -{% if account is not None %} +{% if account %}
Username: {{account.username}} Password: {{account.password}}