From 5616d50c47759565488d780e964b3027d45082a4 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 7 Feb 2013 16:49:33 +0100 Subject: [PATCH] fix back button --- teleforma/templates/teleforma/seminar_media_video.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/seminar_media_video.html b/teleforma/templates/teleforma/seminar_media_video.html index 7592ea92..72863e73 100644 --- a/teleforma/templates/teleforma/seminar_media_video.html +++ b/teleforma/templates/teleforma/seminar_media_video.html @@ -64,7 +64,9 @@ $(window).ready(function(){ {% endblock submodules %} {% block module-action %} - {% trans "Back" %} +
+  {% trans "Back" %} +
{% endblock module-action %} {% block course %} -- 2.39.5