# politician/templates/politician/politician_tag_new.html {% extends "base.html" %} {% block content %} < {{ politician_on_stage.display_full_name }}

Add Tags

{% if messages_on_stage %} {% endif %} {% if error_message %}

{{ error_message }}

{% endif %} Are there Twitter hashtags, usernames or search phrases that help us find content directly relating to this candidate? Add them here.
Ex/ @FictionalCandidate or #FictionalForMayor or "Fictional Candidate".
{% csrf_token %}

Existing Tags

{% if tag_link_list %} {% else %}

No tags are available.

{% endif %} {% endblock %}