From 79788b3590aba6384611a2c29012bbd821c290ee Mon Sep 17 00:00:00 2001 From: Nico Geyso Date: Sun, 7 Dec 2014 18:25:29 +0100 Subject: Added write functionality to Storage backend --- app/templates/layout.html | 6 +++--- app/templates/module_list.html | 2 +- app/templates/upload.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/templates') diff --git a/app/templates/layout.html b/app/templates/layout.html index 06901e9..14ec7c5 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -19,13 +19,13 @@

{% if not request.base_url.endswith(url_for('.upload', study=study, module = module))%} {% if not request.base_url.endswith(url_for('errorhandler')) %} - neue Klausur hochladen + neue Klausur hochladen {% endif %} {% else %} - zurück + zurück {% endif %}

-

{{study.capitalize()}}

+

{{study.capitalize()}}

{% endif %}