Help in Changing layout template of login page
Archived from the Xataface Users forum.
muzafar — Mon Aug 27, 2012 9:39 am
Greetings,
I want to change the template of login page and want to use my own custom template only for login page. How can i change it? Kindly lead me.
your help will be greatly appreciated.
thanks
shannah — Tue Aug 28, 2012 4:48 pm
Override the Dataface_Login_Prompt.html template.
Steps:
- Create a templates directory for your application if it doesn’t exist already.
- Copy the xataface/Dataface/templates/Dataface_Login_Prompt.html file into your application’s templates directory that you created in step 1.
- Modify the new template as desired.
-Steve