From 3be593ed097e07fb258cdf44646e072344574298 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 9 Mar 2020 13:35:27 +0100 Subject: [PATCH] prettify mailbox detail page --- app/dashboard/templates/dashboard/mailbox_detail.html | 2 +- server.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index 5867b4c6..437fd070 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -81,7 +81,7 @@
- +
diff --git a/server.py b/server.py index f5418e6e..97021896 100644 --- a/server.py +++ b/server.py @@ -131,6 +131,7 @@ def fake_data(): activated=True, is_admin=True, otp_secret="base32secret3232", + can_use_pgp=True ) db.session.commit()