From ddcb49ce28120951a6ee3e8442cb00b058505e7a Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 18 Aug 2018 12:49:06 +0200 Subject: [PATCH] Fix #141 --- templates/users/dashboard.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/users/dashboard.html.tera b/templates/users/dashboard.html.tera index befd6095..014be42f 100644 --- a/templates/users/dashboard.html.tera +++ b/templates/users/dashboard.html.tera @@ -13,13 +13,13 @@ {% if blogs | length < 1 %}

{{ "You don't have any blog yet. Create your own, or ask to join one." | _ }}

{% endif %} - {{ "Start a new blog" | _ }} -
+
{% for blog in blogs %} {% endfor %}
+ {{ "Start a new blog" | _ }} {% endblock content %}