Closed
Description
Hi, I could be wrong, but it 'seems' to me that the registration_form.html downloaded and unzip from repository was missing the view in the action? Maybe some default function in django_registration.backends.activation.urls?
This was the default registration_form.html:
<h2>Sign up today!</h2>
<form class="pure-form pure-form-stacked" method="post" action=".">
{% csrf_token %}
I followed the instruction video to set up urls.py under mysite, which directs to django_registration.backends.activation.urls; not sure where that urls.py have associated functions in another views.py file somewhere.
I will rewatch the videos again to make sure I did not miss anything. Thanks!
Metadata
Metadata
Assignees
Labels
No labels