Add message to invite user creating a new app

This commit is contained in:
Son NK 2019-08-19 21:47:06 +02:00
parent 44e0f07846
commit ef807bf293
1 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,17 @@
{% endblock %}
{% block default_content %}
{% if not clients %}
<div class="alert alert-primary" role="alert">
<strong>If you have a website or a mobile application and want to add SimpleLogin to it, this page is for
you!</strong>
<p>Have a look at our extensive doc to have an idea 👉
<a href="https://docs.simplelogin.io" target="_blank">Docs</a>
</p>
<p>Create your first SimpleLogin App here 👇</p>
</div>
{% endif %}
<div class="row">
<div class="col-4">
<a href="{{ url_for('developer.new_client') }}" class="btn btn-success">Create new app</a>