[profiles] Make the todoist connected widget clearer
This commit is contained in:
@ -142,8 +142,8 @@
|
|||||||
<div class="widget-links" style="margin-top: 16px;">
|
<div class="widget-links" style="margin-top: 16px;">
|
||||||
<strong>Todoist Integration:</strong>
|
<strong>Todoist Integration:</strong>
|
||||||
{% if profile.todoist_auth_key %}
|
{% if profile.todoist_auth_key %}
|
||||||
<p>Connected to Todoist</p>
|
<p class="text-success"><strong>✓ Connected to Todoist</strong></p>
|
||||||
<a href="{% url 'tasks:task_todoist_auth' %}" class="btn btn-sm btn-secondary">Reconnect to Todoist</a>
|
<a href="{% url 'tasks:task_todoist_auth' %}" class="btn btn-sm btn-outline-secondary">Reconnect to Todoist</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Not connected</p>
|
<p>Not connected</p>
|
||||||
<a href="{{todoist_oauth_url}}" class="btn btn-sm btn-primary">Connect to Todoist</a>
|
<a href="{{todoist_oauth_url}}" class="btn btn-sm btn-primary">Connect to Todoist</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user