10 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
{% load i18n %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
 | 
						|
<p>{% translate "Your password has been set.  You may go ahead and log in now." %}</p>
 | 
						|
 | 
						|
<p><a href="{{ login_url }}">{% translate 'Log in' %}</a></p>
 | 
						|
 | 
						|
{% endblock %}
 |