Re-added event-description markdown filter with 'safe' to avoid double-escapes.
Relevant to bugzilla #884644 (https://bugzilla.mozilla.org/show_bug.cgi?id=884644).
This commit is contained in:
Родитель
3e57eeb3b5
Коммит
ab32475789
|
@ -112,7 +112,7 @@
|
|||
<span class="organized-by">Organized by <strong class="organizer">{{ event.organizerId }}</strong></span>
|
||||
</div>
|
||||
<br />
|
||||
<span id="description-body" class="show">{{ event.description }}</span>
|
||||
<span id="description-body" class="show">{{ event.description|markdown|safe }}</span>
|
||||
<span class="edit hidden">
|
||||
<textarea name="description" data-provide="markdown">{{ event.description }}</textarea>
|
||||
<label for="event_registerLink">Registration Link: </label>
|
||||
|
|
Загрузка…
Ссылка в новой задаче