Update login page

This commit is contained in:
Thomas 2019-08-10 16:25:25 +02:00
parent 7e3240cdb2
commit 2619931bb6

View file

@ -61,5 +61,13 @@
<input type="submit" class="btn btn-primary btn-block btn-flat" value="{{ 'common.next'|trans }}"/>
</div>
</div>
<blockquote class="blockquote text-center" style="margin-top: 50px;">
<p class="mb-0">FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).</p>
<p>It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.</p>
<footer class="blockquote-footer">FediPlan 1.0.0</footer>
</blockquote>
{{ form_end(form) }}
{% endblock %}