Tell that we support Markdown

Fixes #122
This commit is contained in:
Bat
2018-07-27 20:54:34 +02:00
parent f4a2d920a0
commit 0926a1d3b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
{% endfor %}
{% endif %}
<label for="content">{{ "Content" | _ }}</label>
<label for="content">{{ "Content" | _ }}<small>{{ "Markdown is supported" | _ }}</small></label>
<textarea id="content" name="content" value="{{ form.content | default(value="") }}"></textarea>
{% set license_infos = "Default license will be {{ instance.default_license }}" | _(instance=instance) %}