WHOOPS whoops whoops whoops whoops

This commit is contained in:
codl 2017-09-17 13:21:35 +02:00
parent a656463d0a
commit a706f6fd6e
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<p>
{% for instance in mastodon_instances %}
<a style='background-color:#282c37' class='btn{% if loop.first %} primary{% endif %}' href="{{ url_for('mastodon_login_step1', instance_url=instance.instance) }}">
<a style='background-color:#282c37' class='btn primary' href="{{ url_for('mastodon_login_step1', instance_url=instance.instance) }}">
{% if loop.first %}
{{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}}
Log in with
@ -52,7 +52,7 @@
{% endfor %}
{% if mastodon_instances %}
<a class='btn secondary ' href="{{ url_for('mastodon_login_step1') }}">
<a class='btn secondary' href="{{ url_for('mastodon_login_step1') }}">
Another Mastodon instance
</a>
{% endif %}