diff --git a/courses/templates/subject/form_view_teacher.html b/courses/templates/subject/form_view_teacher.html index 2cb437c..4ffef8e 100644 --- a/courses/templates/subject/form_view_teacher.html +++ b/courses/templates/subject/form_view_teacher.html @@ -21,7 +21,7 @@ {% professor_subject topic.subject user as dropdown_topic %} {% if dropdown_topic %}
diff --git a/courses/templates/topic/replicate.html b/courses/templates/topic/replicate.html new file mode 100644 index 0000000..d0fb6a9 --- /dev/null +++ b/courses/templates/topic/replicate.html @@ -0,0 +1,38 @@ +{% extends 'subject/index.html' %} + +{% load static i18n permission_tags widget_tweaks %} + +{% block content %} + +