Skip to content

Commit

Permalink
Merge pull request benadida#155 from edmarmartineli/dev
Browse files Browse the repository at this point in the history
display login button in login box
  • Loading branch information
benadida authored May 24, 2017
2 parents a063f0a + 88ddd48 commit 166c783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helios_auth/templates/login_box.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% if default_auth_system %}
<p><a style="font-size:1.3em; border: 1px solid #bbb; padding: 5px;" href="{% url "helios_auth.views.start" system_name=default_auth_system %}?return_url={{return_url}}">{{default_auth_system_obj.LOGIN_MESSAGE}}</a></p>
<p>
<a class="small button" href="{% url "helios_auth.views.start" system_name=default_auth_system %}?return_url={{return_url}}">Log in</a></p>
{% else %}
{% for auth_system in enabled_auth_systems %}
{% ifequal auth_system "password" %}
Expand Down

0 comments on commit 166c783

Please sign in to comment.