{% extends 'vestlus.html' %} {% load crispy_forms_tags %} {% block content %}

Invite member to channel

{% csrf_token %}
{{ form|crispy }}
{% endblock %}