Commit 8253fbdd authored by Romain Porte's avatar Romain Porte
Browse files

claim.html: move command to a dedicated line

This way the command is easier to select, copy and paste by the readers.

Related to #47.
parent c4493b3e
......@@ -14,7 +14,9 @@ fix this situation.</p>
<p>Since you are logged in, I already know that your Single Sign-On username is
<b>{{identity.subject}}</b>. The missing bit of information is who are you in the site,
and I would like to find out using your GPG key. Please enter the fingerprint
in this form (just the hexadecimal digits, as in <code>gpg --fingerprint $YOUR_KEYID | sed -nre 's/Key fingerprint =//p'</code>):</p>
in this form (just the hexadecimal digits, as in:</p>
<pre>gpg --fingerprint $YOUR_KEYID | sed -nre 's/Key fingerprint =//p'</pre>
<form action="" method="POST">{% csrf_token %}
{{form.as_p}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment