mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-30 22:09:52 +01:00 
			
		
		
		
	Forgotten password link was invisible
This commit is contained in:
		| @@ -20,7 +20,7 @@ SPDX-License-Identifier: GPL-2.0-or-later | ||||
|         <div id="form-content"> | ||||
|             {% csrf_token %} | ||||
|             {{ form | crispy }} | ||||
|             <a href="{% url 'password_reset' %}" class="badge badge-light">{% trans 'Forgotten your password or username?' %}</a> | ||||
|             <a href="{% url 'password_reset' %}" class="badge text-bg-warning">{% trans 'Forgotten your password or username?' %}</a> | ||||
|         </div> | ||||
|         <input type="submit" value="{% trans 'Log in' %}" class="btn btn-primary"> | ||||
|     </form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user