Rearrange and emphasize a bit.
This commit is contained in:
parent
4ae94cb4d5
commit
f220d1d4b7
|
@ -7,19 +7,20 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="alert alert-danger">
|
||||
<h4><strong>Attention!</strong></h4>
|
||||
<p >
|
||||
Backup Tokens are important if you for some reason <strong>lose access</strong> to your two-factor authentication device (ie. misplace your phone).<br />
|
||||
If this happens you will <strong>not be able to login to BornHack.dk</strong> without using a backup token.<br />
|
||||
So generate some tokens and <strong>keep them safe</strong> for a rainy day ;)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4>Two-Factor Authentication Backup Tokens</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="alert alert-danger">
|
||||
<h4>Attention!</h4>
|
||||
<p >
|
||||
Backup Tokens are important if you for some reason <strong>lose access</strong> to your two-factor authentication device (ie. misplace your phone).<br />
|
||||
If this happens you will <strong>not be able to login to BornHack.dk</strong> without using a backup token.<br />
|
||||
So generate some tokens and <strong>keep them safe</strong> for a rainy day ;)
|
||||
</p>
|
||||
</div>
|
||||
{% if backup_tokens %}
|
||||
<ul>
|
||||
{% for token in backup_tokens %}
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
{% block profile_content %}
|
||||
{% if not profile.description %}
|
||||
<div class="alert alert-danger">
|
||||
<p class="lead">
|
||||
Attention!
|
||||
</p>
|
||||
<h4><strong>Attention!</strong></h4>
|
||||
<p>
|
||||
You have not written anything in your "description".
|
||||
</p>
|
||||
|
@ -15,9 +13,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<a href="{% url 'profiles:update' %}" class="btn btn-primary pull-right clearfix"><i class="fas fa-edit"></i> Edit Profile</a>
|
||||
|
|
Loading…
Reference in a new issue