From 8838f11cd2b650318fa8cb9cd3aabcd44c5cb699 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 8 Nov 2017 16:13:11 -0500 Subject: [PATCH] Move hint before content it refers to EDUCATOR-1557 --- lms/templates/wiki/includes/editor_widget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/wiki/includes/editor_widget.html b/lms/templates/wiki/includes/editor_widget.html index 54cef5e36e..511ce492c7 100644 --- a/lms/templates/wiki/includes/editor_widget.html +++ b/lms/templates/wiki/includes/editor_widget.html @@ -1,7 +1,7 @@ {% load i18n %} -

{% blocktrans with start_link="" end_link="" %} Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help. {% endblocktrans %}

+