{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Redirecting to OpenID Provider...' %} - Libravatar{% endblock title %} {% block header %}{% endblock header %} {% block content %}
{% trans 'Libravatar will attempt to verify your OpenID credentials. You may be asked by your OpenID provider to login and authorise this check.' %} {% url libravatar.account.views.profile as profile_url %}
{% blocktrans %}Depending on the provider, this operation may take up to a minute. If it takes longer than that, go back to your profile, remove the OpenID URL and try adding it again.{% endblocktrans %}
{% endblock content %}