{% extends "settings/base.html" %} {% block title %}Add hashtag - Admin{% endblock %} {% block content %}

Add A hashtag

Use this form to add a hashtag.

{% csrf_token %}
hashtag Details {% include "forms/_field.html" with field=form.hashtag %} {% include "forms/_field.html" with field=form.name_override %}
Access Control {% include "forms/_field.html" with field=form.public %}
Back
{% endblock %}