mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
HTML formatting
This commit is contained in:
parent
52cd9d2692
commit
7235de8e73
1 changed files with 5 additions and 5 deletions
|
@ -64,11 +64,11 @@
|
||||||
<div class="small-text">
|
<div class="small-text">
|
||||||
Where do you want to send the email?
|
Where do you want to send the email?
|
||||||
</div>
|
</div>
|
||||||
{% if can_create_contacts %}
|
{% if can_create_contacts %}
|
||||||
<button class="btn btn-primary mt-2">Create reverse-alias</button>
|
<button class="btn btn-primary mt-2">Create reverse-alias</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<button disabled title='Upgrade to premium to create reverse-aliases' class="btn btn-primary mt-2">Create reverse-alias</button>
|
<button disabled title='Upgrade to premium to create reverse-aliases' class="btn btn-primary mt-2">Create reverse-alias</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue