snappass/templates/password.html

12 lines
317 B
HTML
Raw Normal View History

2012-10-08 19:51:41 +02:00
{% 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 %}