{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID: Client Certificate{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% if messages %}
{% trans "This may take some minutes. Please wait..." %}
{% trans "Your certificate has been installed." %}
After clicking the "Give me a cert!" button, a certificate will be created and installed in your browser. This certificate will point to your WebID URI on this site, and you'll be able to use it to login in any WebID-enabled site.
{% comment %} {% endcomment %}How should this cert installation step look like? (help links with screenshots)
{#% include "django_webid/provider/webid_intro.html" %#}