mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Fixed typo in email activation template
This commit is contained in:
parent
ac268cb4c8
commit
5f157d83b9
2 changed files with 3 additions and 3 deletions
|
@ -21,6 +21,6 @@
|
|||
<p>{% trans "Please go to the following page to activate your account in-app:" %}</p>
|
||||
<p><a href="{{ domain }}://{{ url|safe }}">{{ domain }}://--/{{ url|safe }}</a></p>
|
||||
|
||||
<p>{% blocktrans %}Many thnaks from the {{ site_name }} team{% endblocktrans %}</p>
|
||||
<p>{% blocktrans %}Many thanks from the {{ site_name }} team{% endblocktrans %}</p>
|
||||
|
||||
{% endblock html_body %}
|
|
@ -24,6 +24,6 @@ def populate_courses(sender, **kwargs):
|
|||
name='3rd Year', shortname='3rdYr')
|
||||
Year_Level.objects.get_or_create(
|
||||
name='4th Year', shortname='4thYr')
|
||||
Year_Level.objects.get_or_create(
|
||||
name='Irregular', shortname='Irreg')
|
||||
# Year_Level.objects.get_or_create(
|
||||
# name='Irregular', shortname='Irreg')
|
||||
# Add more predefined records as needed
|
||||
|
|
Loading…
Reference in a new issue