Skip to content
Snippets Groups Projects
Unverified Commit 7fbbb1d8 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

Change 'My [org]' button to 'Login' (#3369)

Fixes #3366
parent 9d6ae7f3
No related branches found
No related tags found
2 merge requests!18Fix application form submit button remaining disabled (#3483),!13Merge in v4.1.1
{% load i18n %}
<a href="{{ APPLY_SITE.root_url }}{% url 'users_public:login' %}" class="button button--transparent button--contains-icons {{ class }}">
<svg class="icon icon--person"><use xlink:href="#person-icon"></use></svg>
{% if user.is_authenticated %}
My {{ ORG_SHORT_NAME }}
{% else %}
{% trans "Login" %}
{% endif %}
</a>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment