Fixed typo in email activation template

This commit is contained in:
Keannu Bernasol 2023-07-06 17:33:35 +08:00
parent ac268cb4c8
commit 5f157d83b9
2 changed files with 3 additions and 3 deletions

View file

@ -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 %}

View file

@ -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