From ab9c63087bdb2d438487131e528f13b4bab6dbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Sigur=C3=B0arson?= Date: Fri, 12 Aug 2016 12:36:11 +0100 Subject: [PATCH] this is an error... --- templates/shell/shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}