{% extends "base.html" %} {% load i18n entity_permissions %} {% block content %} {% canedit entity %}{% include "entity/menu.html" %}{% endcanedit %} {% trans "Edit entity" %} {{ entity }} {% if entity.is_metarefreshable %} {% csrf_token %} {{ form.as_p }} {% trans "or" %} {% trans "Cancel" %} {% else %} The entityID in the metadata doesn't look like a valid URL. Add a valid URL pointing to the metadata URI you wish to autorefresh from. {% endif %} {% endblock %}
The entityID in the metadata doesn't look like a valid URL. Add a valid URL pointing to the metadata URI you wish to autorefresh from.