diff --git a/courses/templates/course/replicate.html b/courses/templates/course/replicate.html new file mode 100644 index 0000000..ec64011 --- /dev/null +++ b/courses/templates/course/replicate.html @@ -0,0 +1,135 @@ +{% extends 'course/view.html' %} + +{% load static i18n %} +{% load widget_tweaks %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +
+
+
{% csrf_token %} +
+ + + + + + Course name + +
+ +
+ + + + + Course objective + +
+ +
+ + + + + + Course modules + +
+ +
+ + + + + + Max number of students that a class can have + +
+ +
+ + + + + + Date that starts the registration period of the course (dd/mm/yyyy) + +
+ +
+ + + + + + Date that ends the registration period of the course (dd/mm/yyyy) + +
+ +
+ + + + + + Date that the course starts (dd/mm/yyyy) + +
+ +
+ + + + + + Date that the course ends (dd/mm/yyyy) + +
+ +
+ + + + +
+ + + + +
+ + Representative image of the course + +
+ +
+ + + + + + CourseCategory which the course belongs + +
+ +
+ +
+
+
+
+
+{% endblock %} \ No newline at end of file -- libgit2 0.21.2