-
ContriHUB-23 Website
+
ContriHUB-24 Website
A Django app
Mentors:
@@ -420,7 +420,7 @@
Youdemy
diff --git a/user_profile/templates/user_profile/mail_template_request_profile_edit.html b/user_profile/templates/user_profile/mail_template_request_profile_edit.html
index 07ecd72..7b8354f 100644
--- a/user_profile/templates/user_profile/mail_template_request_profile_edit.html
+++ b/user_profile/templates/user_profile/mail_template_request_profile_edit.html
@@ -1,26 +1,18 @@
-{% comment %}
- context = {
- 'username': ,
- 'protocol': ,
- 'host': ,
- 'new_regno': ,
- 'new_name': ,
- 'new_course': ,
- 'new_year': ,
- }
-{% endcomment %}
-{% autoescape off %}
-
-Hi there!
Admin,
+{% comment %} context = { 'username': , 'protocol': , 'host': , 'new_regno': ,
+'new_name': , 'new_course': , 'new_year': , } {% endcomment %} {% autoescape off
+%}
+
+Hi there!
Admin,
-PFB the new details for the profile edit requested by:
-
Username: {{ username }}
-
User Profile: {{ protocol }}://{{ host }}/profile/user/{{ username }}
-
New Registration Number: {{ new_regno }}
-
New Name: {{ new_name }}
-
New Course: {{ new_course }}
-
New Year: {{ new_year }}
+PFB the new details for the profile edit requested by:
+
Username: {{ username }}
+
User Profile: {{ protocol }}://{{ host }}/profile/user/{{ username }}
+
+
New Registration Number: {{ new_regno }}
+
New Name: {{ new_name }}
+
New Course: {{ new_course }}
+
New Year: {{ new_year }}
-Sincerely,
-ContriHUB-23 Team
-{% endautoescape %}
\ No newline at end of file
+Sincerely,
+ContriHUB-24 Team
+{% endautoescape %}