Text and modal for password security.

This commit is contained in:
James Cole
2017-08-12 07:56:02 +02:00
parent 337895cbaa
commit e59090d3b6
4 changed files with 50 additions and 46 deletions

View File

@@ -53,7 +53,9 @@
</div>
{{ ExpandedForm.checkbox('verify_password','1', false) }}
<p>
<a data-toggle="modal" data-target="#passwordModal" href="#passwordModal">{{ 'what_is_pw_security'|_ }}</a>
</p>
</div>
<div class="box-footer">
@@ -63,4 +65,5 @@
</div>
</div>
</form>
{% include 'partials.password-modal' %}
{% endblock %}