{% extends 'admin_dash/base.html' %} {% load static %} {% load humanize %} {% block content %}
{% for the_course in the_course %}

Update {{the_course.title}}

{% csrf_token %}
{% if the_course.files %}{{the_course.files.url}}{% endif %}
Embeded youtube link for the free cpourse
{% endfor %}

Update Webinar Course

{% for the_course in the_course %}
{% csrf_token %}
This is the course code for the course e.g ASH for Aspen Hysys
This is the rating number e.g 4.5
This is the rating number e.g 200
{{the_course.reg_end_date}}
This is the time for the course per day e.g 01:00 - 03:00
{% if the_course.image %}{{the_course.image.url}}{% endif %}
separate course audience with a comma
separate course Prerequisites with a comma
separate course objectives with a comma
Embeded youtube link for the webinar intro
{% endfor %}
{% for the_course in the_course %}

Update {{the_course.title}}

{% csrf_token %}
{% if the_course.files %}{{the_course.files.url}}{% endif %}
{% if the_course.thubmnail %}{{the_course.thubmnail.url}}{% endif %}
{% if the_course.sm_thubmnail %}{{the_course.sm_thubmnail.url}}{% endif %}
Embeded youtube link for the free cpourse
{% endfor %}
{% endblock content %}