how can I change this? do I need to make a custom template for each form, or is there an easier solution ?
in this case I would like the text "description" to be <h4> instead of <label> like it is now
<form action={% url 'create' %} method="post">
{% csrf_token %}
{{ form_inputs }}
<button type="submit">Crate</button>
</form>