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

10 lines
212 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="container">
<section>
<div class="page-header"><h1>Password stored!</h1></div>
<h4>{{ password_link }}</h4>
</section>
</div>
{% endblock %}