diff --git a/amadeus/settings.py b/amadeus/settings.py index 335b86f..79cef9f 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -262,7 +262,7 @@ SUMMERNOTE_CONFIG = { # Change editor size 'width': '100%', - 'height': '480', + 'height': '300', # Use proper language setting automatically (default) 'lang': None, diff --git a/courses/templates/topic/replicate_topic.html b/courses/templates/topic/replicate_topic.html new file mode 100644 index 0000000..ec591fa --- /dev/null +++ b/courses/templates/topic/replicate_topic.html @@ -0,0 +1,38 @@ +{% extends 'subject/index.html' %} + +{% load static i18n permission_tags widget_tweaks %} + +{% block content %} + +