diff --git a/apps/course/templates/course/course_edit.html b/apps/course/templates/course/course_edit.html new file mode 100644 index 00000000..d1b36e89 --- /dev/null +++ b/apps/course/templates/course/course_edit.html @@ -0,0 +1,24 @@ +{% extends "templates/lilcity/index.html" %} +{% load static %} +{% block content %} + +
+
+ {{course}} + {{course.id}} +
+
+{% endblock content %} \ No newline at end of file