{% extends 'dl_user/bootstrap.html' %} {% load bootstrap3 %} {% bootstrap_css %} {% block bootstrap3_content %} {% url 'dl_user:register' as register_url %} {% url 'dl_user:password_reset' as password_reset_url %}
{% autoescape off %}{% bootstrap_messages %}{% endautoescape %} {{settings.IDP_NAME}} {% block content %} {% endblock %} {% endblock %} {% bootstrap_javascript %}