Commit 874bb16f authored by Romain Porte's avatar Romain Porte
Browse files

claim.html: force LANG=en for proper sed match

When the user have a locale different from "en", then the
"Key fingerprint" message will be eventually translated and the match
will not occur.

Related to #47.
parent 8253fbdd
...@@ -16,7 +16,7 @@ fix this situation.</p> ...@@ -16,7 +16,7 @@ fix this situation.</p>
and I would like to find out using your GPG key. Please enter the fingerprint and I would like to find out using your GPG key. Please enter the fingerprint
in this form (just the hexadecimal digits, as in:</p> in this form (just the hexadecimal digits, as in:</p>
<pre>gpg --fingerprint $YOUR_KEYID | sed -nre 's/Key fingerprint =//p'</pre> <pre>LANG=en gpg --fingerprint $YOUR_KEYID | sed -nre 's/Key fingerprint =//p'</pre>
<form action="" method="POST">{% csrf_token %} <form action="" method="POST">{% csrf_token %}
{{form.as_p}} {{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