{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Manage trusted site" %} {% endblock %} {% load breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Manage OpenID' 'manage_id' %} {% breadcrumb_url 'Manage trusted site' 'manage_trustroot' %} {% endblock %} {% block content %}
{% trans "Your trusted site" %}

Check the trusted site that you want to remove and click on remove to remove these trusted site from these

{% csrf_token %} {% for key, value in openids.items %}

{{ uri }}{{ oipath }}/{{ value.caption }}/

{% endfor %} {% if trust_sum != 0 %} {% endif %}
{% endblock %}