Skip to content

Commit

Permalink
Merge ac56afa into c1ec983
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra committed Jan 18, 2024
2 parents c1ec983 + ac56afa commit 79a1f57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
13 changes: 3 additions & 10 deletions euth/users/templates/euth_users/indicator_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@
</ul>
</div>
{% else %}
<a href="#" class="dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="inner">{% trans "Login"%}<i class="fa fa-caret-down ps-1" aria-hidden="true"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="{% url 'account_login' %}?next={{ redirect_field_value|urlencode }}" class="dropdown-item">{% trans "login" %}</a>
<li class="nav-item">
<a href="{% url 'account_login' %}?next={{ redirect_field_value|urlencode }}" class="nav-link px-3">{% trans "login" %}</a>
</li>
<!-- <li>
<a href="{% url 'account_signup' %}?next={{ redirect_field_value|urlencode }}" class="dropdown-item">{% trans "register" %}</a>
</li>
-->
</ul>
</ul>
{% endif %}
</li>
</ul>
4 changes: 2 additions & 2 deletions euth_wagtail/templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{% block title %}{% trans 'Login' %}{% endblock %}

{% block content %}
<div class="account__container">
<div class="account__container--left">
<div class="container">
<div class="container-narrow">
{% if not request.user.is_authenticated %}
<div class="general-form">
<div class="form-inner pt-3 pt-md-5">
Expand Down
4 changes: 2 additions & 2 deletions euth_wagtail/templates/account/signup_closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% block head_title %}{% trans "Sign Up Closed" %}{% endblock %}

{% block content %}
<div class="account__container">
<div class="account__container--left">
<div class="container">
<div class="container-narrow">
<div class="general-form">
<header class="form-inner pt-3 pt-md-5">
<h1>{% trans "Sign Up Closed" %}</h1>
Expand Down

0 comments on commit 79a1f57

Please sign in to comment.