summaryrefslogtreecommitdiffstats
path: root/templates/module_list.html
diff options
context:
space:
mode:
authorNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 16:02:27 +0100
committerNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 16:02:27 +0100
commitab487c574b6ac405a869528516bed55473e93c5f (patch)
tree51a8de9c4662fa3dcae87765430abeebfe7d89ad /templates/module_list.html
parentc4a267e9cf9073547063d60f7a49b093df0e4570 (diff)
downloadklausuren-ab487c574b6ac405a869528516bed55473e93c5f.tar.gz
klausuren-ab487c574b6ac405a869528516bed55473e93c5f.tar.bz2
klausuren-ab487c574b6ac405a869528516bed55473e93c5f.zip
Restructure project
Diffstat (limited to 'templates/module_list.html')
-rw-r--r--templates/module_list.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/module_list.html b/templates/module_list.html
deleted file mode 100644
index 2b36f30..0000000
--- a/templates/module_list.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "layout.html" %}
-{% block body %}
- <h3>Klausuren</h3>
-
- <ul>
- {% for module in modules %}
- <li>
- <a href="{{url_for('study_index', study = study, module=module)}}">{{module}}</a>
- </li>
- {% else %}
- <li>Keine Klausuren bisher hochgeladen!</li>
- {% endfor %}
- </ul>
-
-{% endblock %}