From 2619931bb62cfc61c67f40e8404fef041f7c6ee8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 10 Aug 2019 16:25:25 +0200 Subject: [PATCH] Update login page --- templates/fediplan/index.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/fediplan/index.html.twig b/templates/fediplan/index.html.twig index c06f86e..39b4290 100644 --- a/templates/fediplan/index.html.twig +++ b/templates/fediplan/index.html.twig @@ -61,5 +61,13 @@ + + +
+

FediPlan is an open source application (source code) built for scheduling your messages with Mastodon or Pleroma (2.7+).

+

It does not store any data (token or messages), that is why you need to create a new Token when your session expired.

+ +
+ {{ form_end(form) }} {% endblock %}