Skip to content

Commit

Permalink
#4933 forgot password in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Sep 21, 2019
1 parent 753178f commit 45baa01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geonode/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ <h4 class="modal-title" id="myModalLabel">{% trans "Sign in" %}</h4>
<label class="checkbox">
<input type="checkbox" /> {% trans "Remember Me" %}
</label>
<p>
<a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
</p>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary btn-block">{% trans "Sign in" %}</button>
Expand Down

0 comments on commit 45baa01

Please sign in to comment.