{% extends "workflow/viewport-element.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}
{% csrf_token %}

Give it a name:

{% bootstrap_field form.name %}

And a description:

{% bootstrap_field form.description %}
{% endblock content %}