From 0926a1d3b5eb0e0ce910fab87420ec0acc89e176 Mon Sep 17 00:00:00 2001 From: Bat Date: Fri, 27 Jul 2018 20:54:34 +0200 Subject: [PATCH] Tell that we support Markdown Fixes #122 --- templates/instance/admin.html.tera | 4 ++-- templates/posts/new.html.tera | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/instance/admin.html.tera b/templates/instance/admin.html.tera index 14b4e816..5c77c32a 100644 --- a/templates/instance/admin.html.tera +++ b/templates/instance/admin.html.tera @@ -21,10 +21,10 @@ Administration of {{ instance.name }} {{ "Allow anyone to register" | _ }} - + - + {{ macros::input(name="default_license", label="Default license", errors=errors, form=form, props='minlenght="1"', default=instance) }} diff --git a/templates/posts/new.html.tera b/templates/posts/new.html.tera index f1778c1f..9a4b2972 100644 --- a/templates/posts/new.html.tera +++ b/templates/posts/new.html.tera @@ -16,7 +16,7 @@ {% endfor %} {% endif %} - + {% set license_infos = "Default license will be {{ instance.default_license }}" | _(instance=instance) %}