From 558aae6846fdc43689311e0d3baae74e4d1b916c Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Mon, 24 Oct 2016 14:17:37 -0300 Subject: [PATCH] replicate course 2 #189 --- courses/templates/course/replicate.html | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+), 0 deletions(-) create mode 100644 courses/templates/course/replicate.html 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