veryacademy / django-ecommerce-project

The Django-Ecommerce is an open-source project initiative and tutorial series built with Python and the Django Framework.
MIT License
399 stars 278 forks source link

Update urls.py #9

Closed Sanju6895 closed 2 years ago

Sanju6895 commented 2 years ago

Issue: URL Path for activate containing an extra ")" due to which redirect not working for dashboard.

Fix: Removed ")" from URL path for account_activate

zander9648 commented 2 years ago

Thank you