File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 64
64
{% endif %}
65
65
{% endelement %}
66
66
{% endif %}
67
- {% if SOCIALACCOUNT_ENABLED %}
68
- {% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
69
- {% endif %}
70
- {% if "signups" in request.branding.features and not invite %}
71
- < div class ="sign-in-notice mt-4 "> {% blocktranslate %}Don't have an account yet? {{ link }}Sign up{{ end_link }}{% endblocktranslate %}</ div >
67
+ {% if "signups" in request.branding.features %}
68
+ {% if SOCIALACCOUNT_ENABLED %}
69
+ {% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
70
+ {% endif %}
71
+ {% if not invite %}
72
+ < div class ="sign-in-notice mt-4 "> {% blocktranslate %}Don't have an account yet? {{ link }}Sign up{{ end_link }}{% endblocktranslate %}</ div >
73
+ {% endif %}
72
74
{% endif %}
73
75
{% endblock content %}
74
76
{% block extra_body %}
You can’t perform that action at this time.
0 commit comments