From 3cf3a6fc1828585dc267a5e0c4ee8b5bcb6f67a7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 24 Jan 2017 12:54:48 +0100 Subject: [PATCH] Fix all STATIC --- teleforma/exam/templates/exam/score_form.html | 2 +- teleforma/exam/templates/exam/script_form.html | 2 +- teleforma/templates/registration/registration_complete.html | 2 +- teleforma/templates/registration/registration_form.html | 2 +- teleforma/templates/teleforma/course_conference_record.html | 2 +- teleforma/templates/teleforma/course_media.html | 6 +++--- teleforma/templates/teleforma/course_media_video_embed.html | 4 ++-- teleforma/templates/teleforma/courses.html | 2 +- teleforma/templates/teleforma/inc/chat_room.html | 2 +- teleforma/templates/telemeta/base.html | 2 +- teleforma/templates/telemeta/login.html | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/teleforma/exam/templates/exam/score_form.html b/teleforma/exam/templates/exam/score_form.html index 3808d18c..b6bd3c03 100644 --- a/teleforma/exam/templates/exam/score_form.html +++ b/teleforma/exam/templates/exam/score_form.html @@ -58,7 +58,7 @@
{% trans "Submit" %} - loading + loading
{% endif %}

diff --git a/teleforma/exam/templates/exam/script_form.html b/teleforma/exam/templates/exam/script_form.html index 48cc5133..d9fc1096 100644 --- a/teleforma/exam/templates/exam/script_form.html +++ b/teleforma/exam/templates/exam/script_form.html @@ -76,7 +76,7 @@
{% trans "Submit" %} - loading + loading
{% endif %}

diff --git a/teleforma/templates/registration/registration_complete.html b/teleforma/templates/registration/registration_complete.html index f06b587a..d97564ce 100644 --- a/teleforma/templates/registration/registration_complete.html +++ b/teleforma/templates/registration/registration_complete.html @@ -20,7 +20,7 @@ Service inscription
75006 Paris


- {% trans "Download" %} + {% trans "Download" %} diff --git a/teleforma/templates/registration/registration_form.html b/teleforma/templates/registration/registration_form.html index b4c6df83..3a80c18d 100644 --- a/teleforma/templates/registration/registration_form.html +++ b/teleforma/templates/registration/registration_form.html @@ -19,7 +19,7 @@ {% endfor %}

-  {% trans "Submit" %} +  {% trans "Submit" %} {% endblock %} diff --git a/teleforma/templates/teleforma/course_conference_record.html b/teleforma/templates/teleforma/course_conference_record.html index de39e9fb..25effad9 100644 --- a/teleforma/templates/teleforma/course_conference_record.html +++ b/teleforma/templates/teleforma/course_conference_record.html @@ -27,7 +27,7 @@ $(document).ready(function(){ {% get_telecaster as telecaster %} {% if telecaster %}
-

status {% trans "Status" %}

+

status {% trans "Status" %}

diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 154cb530..2f0ae744 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -7,8 +7,8 @@ {% block extra_javascript %} {% if "video" in media.mime_type %} - - + + {% endif %} - + + {% endblock extra_javascript %} {% block js-status %} diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 091c13fd..ef354ec1 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -111,7 +111,7 @@ $(document).ready(function(){ {% get_telecaster as telecaster %} {% if telecaster %}
-

status {% trans "Status" %}

+

status {% trans "Status" %}

diff --git a/teleforma/templates/teleforma/inc/chat_room.html b/teleforma/templates/teleforma/inc/chat_room.html index 9c432dc4..b31b8e90 100644 --- a/teleforma/templates/teleforma/inc/chat_room.html +++ b/teleforma/templates/teleforma/inc/chat_room.html @@ -3,7 +3,7 @@ {% load teleforma_tags %}
-

rss{% trans title %}

+

rss{% trans title %}

Loading...
{% csrf_token %} diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 106862bb..af6814e5 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -75,7 +75,7 @@
diff --git a/teleforma/templates/telemeta/login.html b/teleforma/templates/telemeta/login.html index e883f5c0..b658469d 100644 --- a/teleforma/templates/telemeta/login.html +++ b/teleforma/templates/telemeta/login.html @@ -27,7 +27,7 @@ $(document).ready(function() {

{% trans "Password forgotten" %} ? - {% trans "Sign in" %} + {% trans "Sign in" %}
-- 2.39.5