Commit f99b5852 by Máhonfai Bálint

Add group import html form

parent 4b62f1c2
{% load crispy_forms_tags %}
{% load i18n %}
<form method="POST" action="{% url "dashboard.views.group-import" %}">
{% csrf_token %}
{% crispy form %}
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment