{% extends "charme_base.html" %} {% load i18n %} {% block main %}

Follow Resources

When you follow a resource you will be notified by email every time a new annotation is created about the resource.

{% if form.non_field_errors %}
{% endif %}
{% csrf_token %}
{{ form.resource }} The URI of the resource you wish to follow {{ form.resource.errors }}

{% endblock %}