Signin template is ignored
Hi, how do I skin the signin/signout templates?
The files from the templates
directory are ignored!
Thanks in advance.
Hi, how do I skin the signin/signout templates?
The files from the templates
directory are ignored!
Thanks in advance.
Hey, sorry for the delay. The way templates are read is different from Django standard, because there is an attempt to implement skin support.
Skin is composed of templates and media. At this time edit the default skin directly and keep your changes in git - this is the most sane way to customize skin and at the same time be able to upgrade them. Try to do as much as possible in the file style.css
. The template signin is askbot/skins/default/templates/authopenid/signin.html
.
What do you want to change? If you need to enable/disable certain login providers - there will be such function by Monday.
Some older answers that you will find for query "skins" or "customization" may help you, but if something is not clear - please do ask.
Thanks.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-03-05 08:22:30 -0500
Seen: 8,885 times
Last updated: Mar 05 '11
Why askbot template base.html has become the default base template?
Where in the Askbot code would I find the text asking you to give a descriptive answer?
Template Error when trying to close a question
Is it possible to add django-jinja to askbot
feeds/rss path not appended to askboturl
How can I use the OSQA theme on Askbot?