this is an error...

master
James Sigurðarson 2016-08-12 12:36:11 +01:00
parent 2e5660589a
commit ab9c63087b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
{% if account is not None %}
{% if account %}
<div class="card orange darken-2">
<div class="card-content white-text">
<p class="card-title">Username: {{account.username}} Password: {{account.password}}</p>