{% extends "base.html" %} {% load i18n %} {% block content %} {% include "entity/menu.html" %} {% 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.