{% load static widget_tweaks %} {% block content %}
{% for tag in user.get_affiliations %}
{% endfor %}

{% csrf_token %}
{% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}