{% 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 messages %} {% endif %}
{# should use messages here #}

Your cert has been installed

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

(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)

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

Have fun!

{% comment %} TODO 1) Ask user to add name to the cert (to be displayed on certs list, so it can be recognized) {% endcomment %}

Back to your WebID certificates list

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