Fix URL and icon

This commit is contained in:
Pēteris Caune 2018-10-18 12:24:43 +03:00
parent e4d0103544
commit 1ea7902c86
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -11,14 +11,14 @@
<div class="jumbotron"> <div class="jumbotron">
<p> <p>
With this integration, {% site_name %} will create a With this integration, {% site_name %} will create a
<a href="https://trell.ocom/">Trello</a> card each <a href="https://trello.com/">Trello</a> card each
time a check goes down. time a check goes down.
</p> </p>
<div class="text-center"> <div class="text-center">
{% csrf_token %} {% csrf_token %}
<a href="{{ authorize_url }}" class="btn btn-lg btn-default"> <a href="{{ authorize_url }}" class="btn btn-lg btn-default">
<img class="ai-icon" src="{% static 'img/integrations/discord.png' %}" alt="Discord" /> <img class="ai-icon" src="{% static 'img/integrations/trello.png' %}" alt="Trello" />
Connect Trello Connect Trello
</a> </a>
</div> </div>