{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% load absurl %} {% block head_title %}{% blocktrans %}WebID Creation: Create User{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% if messages %} {% endif %}

{% trans "Create Your User" %}

On this site, you need to create a password-protected user first, which you will use to edit your profile. If you ever lose access to your WebID browser credentials, you can use the password you are setting on this step to create a new certificate.

Your WebID URI will be:

{# XXX dynamically build WebID URI here #} {# XXX FIXME taking only username here. We should be more flexible in the future #}

{% absurl webidprovider-webid_uri username="your_username"%}#me

{# XXX with some js. We cannot use the reverse yet since we do not have an username. Or can we? Hint: using a placeholder #}
{% csrf_token %}
{{ form|as_uni_form }}
{% endblock %} {% block extra_body %} {% endblock %}