Skip to content

Commit

Permalink
Merge pull request #129 from girleffect/bugfix/admin-side-menu
Browse files Browse the repository at this point in the history
Bugfix/admin side menu
  • Loading branch information
MatthewHowardRSA123 authored Apr 26, 2024
2 parents 9561666 + 7075152 commit 06cd4aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/templates/wagtailadmin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
{% load i18n wagtailadmin_tags %}

{% block submit_buttons %}
<button type="submit" class="button button-longrunning" data-clicked-text="{% trans 'Signing in…' %}">{% icon name="spinner" %}<em>{% trans 'Sign in' %}</em></button>
<a href="/login/google-oauth2/"><button style="margin-top: 10px;" type="button" class="button">{% trans 'Google' %}</button></a>

<button class="button" onclick="location.href='{% url 'social:begin' 'google-oauth2' %}'" type="button">Google+</button>
{% endblock %}

0 comments on commit 06cd4aa

Please sign in to comment.