diff --git a/lms/templates/wiki/create.html b/lms/templates/wiki/create.html index 745be08cf8..806f5c7840 100644 --- a/lms/templates/wiki/create.html +++ b/lms/templates/wiki/create.html @@ -9,7 +9,7 @@ {% addtoblock "js" %}
- + {% trans "Go back" %} -
+ {% endif %} - + {% endif %} diff --git a/lms/templates/wiki/edit.html b/lms/templates/wiki/edit.html index 7cc21d6bbb..7b973cccae 100644 --- a/lms/templates/wiki/edit.html +++ b/lms/templates/wiki/edit.html @@ -25,7 +25,7 @@ {% include "wiki/includes/editor.html" %}
- + {% trans "Preview" %} - + {% trans "Delete article" %} @@ -57,12 +57,12 @@
diff --git a/lms/templates/wiki/history.html b/lms/templates/wiki/history.html index 72f74fb15b..a1f7d68571 100644 --- a/lms/templates/wiki/history.html +++ b/lms/templates/wiki/history.html @@ -102,7 +102,7 @@
- + {% include "wiki/includes/revision_info.html" with current_revision=article.current_revision %}
@@ -130,7 +130,7 @@ document.revisions_form.action='{% url 'wiki:preview_revision' article.id %}'; $('#previewRevisionModal .switch-to-revision').attr('href', '{% url 'wiki:change_revision' path=urlpath.path article_id=article.id revision_id=revision.id %}'); document.revisions_form.submit();"> - + {% trans "Preview this revision" %} @@ -180,17 +180,17 @@ document.revisions_form.action=$('input[type=radio]:checked').attr('merge-button-href'); $('.merge-revision-commit').attr('href', $('input[type=radio]:checked').attr('merge-button-commit-href')); document.revisions_form.submit();"> - + {% trans "Merge selected with current..." %} {% else %} {% endif %}
@@ -212,17 +212,17 @@