+
+ {% if logged_in %}
+ {% endif %}
- {% else %}
-
- {% endif %}
{% with messages = get_flashed_messages(with_categories=True) %}
{% if messages %}
{% for category, message in messages %}
diff --git a/templates/inbox.html b/templates/inbox.html
index 2113c63..bfaf165 100644
--- a/templates/inbox.html
+++ b/templates/inbox.html
@@ -3,49 +3,60 @@
{% set inboxLink = 'active' %}
{% block content %}
{% if questions != [] %}
-{% for question in questions %}
-
-