{% load crispy_forms_tags %} Create Class
logo

Course

Hub

Create a New Course

{% csrf_token %}
{% if form.name.errors %}

{{ form.name.errors }}

{% endif %}
{% if form.description.errors %}

{{ form.description.errors }}

{% endif %}
{% if form.price.errors %}

{{ form.price.errors }}

{% endif %}
{% if form.startdate.errors %}

{{ form.startdate.errors }}

{% endif %}
{% if form.location.errors %}

{{ form.location.errors }}

{% endif %}
{% if image_form.imagepath.errors %}

{{ image_form.imagepath.errors }}

{% endif %}