mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-05-03 11:01:32 +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 }}"/>
|
<input type="submit" class="btn btn-primary btn-block btn-flat" value="{{ 'common.next'|trans }}"/>
|
||||||
</div>
|
</div>
|
||||||
</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) }}
|
{{ form_end(form) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue