{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID Cert Installation{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %}
{% if sha1fingerprint %}

Your cert has been installed

A certificate with sha-1 fingerprint {{sha1fingerprint}} has just been installed in your browser.

{% comment %}

(Or, at least, it should have been installed. Check it, we're in alpha yet)...
How can I check? (here goes link to browser-dependant manual verification)

{% endcomment %}

It is pointing to your WebID URI, and from now on you can use it to login in any WebID-enabled site.

{% endif %}

{% trans "Enter some comment for your new cert" %}:

{% comment %}

Have fun!

{% endcomment %}

Back to your WebID certificates list

{% endblock %} {% block extra_body %} {% endblock %}