diff --git a/schoolapps/timetable/templates/timetable/hintform.html b/schoolapps/timetable/templates/timetable/hintform.html index 5251dadd2feffe7b9f241b006a8f2e27cab707a7..58c5aaf00d7cef0525b14525dbec1271a382f6c7 100755 --- a/schoolapps/timetable/templates/timetable/hintform.html +++ b/schoolapps/timetable/templates/timetable/hintform.html @@ -117,7 +117,6 @@ <script type="text/javascript" src="{% static 'plugins/js/theme-github.js' %}"></script> <script type="text/javascript" src="{% static 'plugins/js/highlight.min.js' %}"></script> <script type="text/javascript" src="{% static 'plugins/js/resizable.min.js' %}"></script> - {# <script type="text/javascript" src="{% static 'plugins/js/emojis.min.js' %}"></script>#} <script type="text/javascript" src="{% static 'martor/js/martor.min.js' %}"></script> </main> diff --git a/schoolapps/timetable/templates/timetable/hints.html b/schoolapps/timetable/templates/timetable/hints.html index b7930785ec40a640151d068bc02a9683e2e355e3..a140f6de0ea7f099fc692636acb2484c755fbe33 100755 --- a/schoolapps/timetable/templates/timetable/hints.html +++ b/schoolapps/timetable/templates/timetable/hints.html @@ -21,7 +21,6 @@ <i class="material-icons left">add</i> Neuen Hinweis erstellen </a> - {# {{ f.form.as_p }}#} {% form form=f.form %} {% endform %} <button type="submit" class="waves-effect waves-light btn"> @@ -54,15 +53,12 @@ </div> <div class="col s2"> <div class="right"> - {# <a class="btn-flat waves-effect waves-teal">#} <i class="material-icons center">more_vert</i> - {# </a>#} </div> </div> </div> <div class="collapsible-body row"> - {# <div class="col s12 m4">#} <div class="right"> <a class="btn-flat waves-effect waves-teal green-text" href="{% url "timetable_edit_hint" hint.id %}"> @@ -76,10 +72,8 @@ </a> </div> - {# </div>#} <div> <p> - {# <i class="material-icons left">note</i>#} {{ hint.text|safe_markdown }}</p> </div> </div>