~roadmr/canonical-identity-provider/webauthn-register-endpoint-part-2-the-registration

« back to all changes in this revision

Viewing changes to src/webui/templates/ssh_messages/username_unset.html

Merged webauthn-register-endpoint into webauthn-register-endpoint-part-2-the-registration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% load i18n %}
2
2
{% blocktrans %}
3
 
<p>To import an ssh key, you must have a username set in your Personal Details.</p>
 
3
To import an ssh key, you must have a username set in your Personal Details.
4
4
{% endblocktrans %}
5
 
<p><a href="{% url 'account-index' %}">Edit Personal details</a></p>
 
5
<a href="{% url 'account-index' %}">Edit Personal details</a></p>