do not show apps section on dashboard if there's no app

This commit is contained in:
Son NK 2019-07-23 23:07:57 +02:00 committed by Son NK
parent 9e41914eac
commit 76cb892d77
1 changed files with 66 additions and 64 deletions

View File

@ -13,7 +13,7 @@
Emails sent to an <b>alias</b> will be forwarded to your personal email. <br><br>
Please note that email alias is <b>NOT</b> temporary, meaning an alias works forever! <br><br>
Email alias is a great way to hide your personal email so feel free to
use it whenever possible, for ex on untrusted websites.">
use it whenever possible, for ex on untrusted websites 😎">
Email Alias
</h3>
<form method="post" class="col text-right">
@ -79,7 +79,7 @@
{% if loop.index ==1 %}
data-intro="By triggering the test email,
SimpleLogin server will send an email to this alias
and this email should arrive to your personal email inbox."
and this email should arrive to your personal email inbox 🚀"
{% endif %}
>Trigger Test Email
</button>
@ -129,6 +129,7 @@
</div>
</div>
{% if client_users %}
<div class="page-header row">
<h3 class="page-title col" data-intro="Here you can find the list of website/app on which
you have used the <b>Connect with SimpleLogin</b> button <br><br>
@ -201,6 +202,7 @@
</div>
</div>
</div>
{% endif %}
{% endblock %}
{% block script %}