@ -67,4 +67,5 @@ npm run dev
6. Restart gunicorn-eshop and celery-eshop daemons in systemd
7. Load fixture core fixture sites to configure site domain (before the FIRST http request)
8. Add corresponding entry to django_site table
@ -149,7 +149,7 @@ class RegistrationDoneView(TemplateView):
class ResendActivationView(ResendActivationViewBase):
template_name = 'registration/resend_activation.tml'
template_name = 'registration/resend_activation.html'
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)