Skip to content

Commit

Permalink
Duplicate "forgot password" in login page (GeoNode#12572)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikislater authored Sep 13, 2024
1 parent c21f14a commit 7ea4846
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geonode/templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ <h2>{% trans "Log in to an existing account" %}</h2>
{% if redirect_field_value %}
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" />
{% endif %}
<div class="form-group">
<p><a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a></p>
</div>
<button class="btn btn-primary" type="submit">{% trans "Sign In" %}</button>
</form>
</div>
Expand Down

0 comments on commit 7ea4846

Please sign in to comment.