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

{% csrf_token %}

Type and click the save button to add tags

{% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}