fix problem with register confirmation

remotes/origin/ESHOP_fix_problem_with_registration
FUNNYDMAN 7 years ago
parent 20f706acaa
commit 9c3df89cb6
  1. 1
      README.md
  2. 2
      eshop/accounts_ext/views.py

@ -67,4 +67,5 @@ npm run dev
6. Restart gunicorn-eshop and celery-eshop daemons in systemd 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) 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): class ResendActivationView(ResendActivationViewBase):
template_name = 'registration/resend_activation.tml' template_name = 'registration/resend_activation.html'
def get_context_data(self, **kwargs): def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs) context = super().get_context_data(**kwargs)

Loading…
Cancel
Save