snappass/templates/password.html
2013-10-05 23:01:10 -07:00

11 lines
317 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="container">
<section>
<div class="page-header"><h1>Here is your password!</h1></div>
<h4>{{ password }}</h4>
<p>Remember to copy this password! Its been deleted from the database and can't be re-accessed.</p>
</section>
</div>
{% endblock %}