fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update
[cas.git]
/
src
/
ssh_keys
/
templates
/
ssh_keys
/
sshkey_confirm_delete.html
diff --git
a/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html
b/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html
index
7f3d109
..
ee54777
100644
(file)
--- a/
src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html
+++ b/
src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html
@@
-5,14
+5,18
@@
{% block accounts-content %}
<h1>{% trans "Confirm deleting an SSH key" %}</h1>
{% block accounts-content %}
<h1>{% trans "Confirm deleting an SSH key" %}</h1>
-<p>
Are you sure you want to delete this key?
</p>
+<p>
{% trans "Are you sure you want to delete this key?" %}
</p>
<form method="post">
{% csrf_token %}
<p>
<form method="post">
{% csrf_token %}
<p>
+ {{ object.comment }} ({{ object.algorithm}} {{ object.bit_length }})<br>
+ {{ object.md5_hash }}
<code class="key">{{ object.key }}</code><br>
<code class="key">{{ object.key }}</code><br>
- {% trans "Added at" %} {{ object.created_at }}.
- </p>
+ {% trans "Added" %}: {{ object.created_at }}<br>
+ {% trans "Last seen" %}: {{ object.last_seen_at|default:"–" }}<br>
+ </p>
+
<button>
{% trans "Delete" %}
</button>
<button>
{% trans "Delete" %}
</button>