summaryrefslogtreecommitdiffstats
path: root/custodia_pwmgr/templates/secret.html
blob: b463c315be22865949618921fe43196b82ca59d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "canvas.html" %}
{% block body %}
<h3>Password</h3>
<dl>
    <dt>Name:
    <dd>{{ name }}
    <dt>Secret:
    <dd>{{ value }}
</dl>
<a href="{{ url_for('index') }}">back</a>
{% endblock %}