{% 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 %} {% endif %}

{% trans "Installing a WebID Certificate in your Browser" %}

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.

How should this cert installation step look like? (help links with screenshots)

{#% include "django_webid/provider/webid_intro.html" %#}
{% csrf_token %}
{% if HIDE_KEYGEN_FORM %}

Automatic WebID installation

{% endif %} {# XXX move image to css #} {% endblock %} {% block extra_body %} {% endblock %}