mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-09 07:31:53 +02:00
Update login page
This commit is contained in:
parent
7e3240cdb2
commit
2619931bb6
1 changed files with 8 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue