Monday, July 31, 2017

Embed template of app inside page

Hi everyone I create an app call account to manage users on my website, I create using the Django authentication system, this app works fine, I can log in, register, change the password and edit the user.
 I have a link to register and log in, but now I want to show to register form in a normal page on my website ... How to embed the register.html  in a page that I create in the back end!

Any idea about that! this is possible.

this is my template edit when I call from http://127.0.0.1:8000/account/register/


and I want to show this form here http://127.0.0.1:8000/forms/create_account


this is a normal page that I create in the back end 


Thanks in advances!

This is my link

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fc70fa80-3b83-4675-bb2e-e065d83a8242%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment