mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 07:02:10 +01:00 
			
		
		
		
	Remove wrong text on template
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-right">{% trans "First name:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ user_object.first_name }}</dd>
 | 
			
		||||
StudentRegistrationForm(
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-right">{% trans "Email:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6"><a href="mailto:{{ user_object.email }}">{{ user_object.email }}</a>
 | 
			
		||||
                {% if not user_object.registration.email_confirmed %} (<em>{% trans "Not confirmed" %}, <a href="{% url "registration:email_validation_resend" pk=user_object.pk %}">{% trans "resend the validation link" %}</a></em>){% endif %}</dd>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user