From dfe8b3d4a2342ff6ce4396844b490fbba0a28978 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 14 Apr 2021 11:29:32 +0530 Subject: [PATCH] fix: style --- community/www/dashboard/index.html | 5 +++-- community/www/profiles/profile.html | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/community/www/dashboard/index.html b/community/www/dashboard/index.html index 4b89e6a0..7ad5e8a9 100644 --- a/community/www/dashboard/index.html +++ b/community/www/dashboard/index.html @@ -168,10 +168,11 @@ {% endfor %} - {% else %} -

You have not created any sketches.

{% endif %} + {% if not sketches %} +

You have not created any sketches.

+ {% endif %}
diff --git a/community/www/profiles/profile.html b/community/www/profiles/profile.html index 0a789e2c..3fe8c4db 100644 --- a/community/www/profiles/profile.html +++ b/community/www/profiles/profile.html @@ -107,7 +107,6 @@
- Create a New Sketch
{% if sketches %} {% for sketch in sketches %} @@ -129,10 +128,11 @@
{% endfor %} - {% else %} -

You have not created any sketches.

{% endif %}
+ {% if not sketches %} +

{{member.full_name}} has not created any skecth yet.

+ {% endif %}