Browse Source

Fix login link.

pull/366/head
Pēteris Caune 5 years ago
parent
commit
9bfdbc4214
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/integrations/add_pushover_help.html

+ 1
- 1
templates/integrations/add_pushover_help.html View File

@ -25,7 +25,7 @@
</p>
<div class="text-center">
<a href="{% url 'hc-login' %} %}"
<a href="{% url 'hc-login' %}"
class="btn btn-primary btn-lg">Sign In</a>
</div>
{% endif %}


Loading…
Cancel
Save