diff options
author | Prashant S | 2020-03-06 12:25:46 +0530 |
---|---|---|
committer | GitHub | 2020-03-06 12:25:46 +0530 |
commit | f3b005d44de92e6872a0f9824f5d20cc9e636f34 (patch) | |
tree | d447e52cdc343eb69a7382eabd5ab554b3883132 /static/admin/templates/registration | |
parent | a87bea9854a2ab1248abac74c4b2f04f819297ee (diff) | |
parent | 54e3e9d75088b7b63419dd8fc15095324d19fac9 (diff) | |
download | arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.gz arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.bz2 arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.zip |
Merge pull request #10 from prashantsinalkar/fix-files
Fix files
Diffstat (limited to 'static/admin/templates/registration')
6 files changed, 6 insertions, 0 deletions
diff --git a/static/admin/templates/registration/password_change_done.html b/static/admin/templates/registration/password_change_done.html new file mode 120000 index 0000000..1fedfef --- /dev/null +++ b/static/admin/templates/registration/password_change_done.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_change_done.html
\ No newline at end of file diff --git a/static/admin/templates/registration/password_change_form.html b/static/admin/templates/registration/password_change_form.html new file mode 120000 index 0000000..72f883f --- /dev/null +++ b/static/admin/templates/registration/password_change_form.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_change_form.html
\ No newline at end of file diff --git a/static/admin/templates/registration/password_reset_complete.html b/static/admin/templates/registration/password_reset_complete.html new file mode 120000 index 0000000..d92d90a --- /dev/null +++ b/static/admin/templates/registration/password_reset_complete.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_reset_complete.html
\ No newline at end of file diff --git a/static/admin/templates/registration/password_reset_confirm.html b/static/admin/templates/registration/password_reset_confirm.html new file mode 120000 index 0000000..f1be12c --- /dev/null +++ b/static/admin/templates/registration/password_reset_confirm.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_reset_confirm.html
\ No newline at end of file diff --git a/static/admin/templates/registration/password_reset_done.html b/static/admin/templates/registration/password_reset_done.html new file mode 120000 index 0000000..b2eed6d --- /dev/null +++ b/static/admin/templates/registration/password_reset_done.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_reset_done.html
\ No newline at end of file diff --git a/static/admin/templates/registration/password_reset_form.html b/static/admin/templates/registration/password_reset_form.html new file mode 120000 index 0000000..de03d0b --- /dev/null +++ b/static/admin/templates/registration/password_reset_form.html @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/arduino_projects_website/arduino_blog/static/admin/templates/registration/password_reset_form.html
\ No newline at end of file |