{% extends 'base.html' %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" data-webresource-id="{{ webresource.id }}" {% endblock %} {% block title %} | Project: {{ project.name }} - Web resource: {{ webresource.name }}{% endblock %} {% block main %} {% include 'snippets/wr_header.html' %}
{% csrf_token %}

{% if project.islocked %}{% endif %} Edit web resource

{% if form.errors.name %}{{ form.errors.name|striptags }}{% endif %}
{% if form.errors.description %}{{ form.errors.description|striptags }}{% endif %}
{% if form.errors.data_format %}{{ form.errors.data_format|striptags }}{% endif %}
{% if form.errors.url %}{{ form.errors.url|striptags }}{% endif %}
{% if form.errors.colour %}{{ form.errors.colour|striptags }}{% endif %}
{% if form.errors.symbol %}{{ form.errors.symbol|striptags }}{% endif %}
Cancel
{% if not project.islocked %}

Be careful!

Make this web resource active

The web resource will be available to the public again.

Make active
Make this web resource inactive

The web resource will no longer be available to the public.

Make inactive
Remove web resource

Removing a web resource cannot be undone.

Remove this web resource
{% endif %}
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}