|
where can I edit the content of 404 page? |
|
That depends. If you're familiar with Django you have several options... Easiest would be to change the template /forum/skins/default/templates/404.html Better Idea would be to create your own skin as described in /forum/skins/README You need not copy the complete default skin. Just the files you want to modify. Then change the default skin in settings.py. Probably even one better is to not copy the whole template but override it. Takes more knowledge of the Django template language, though. I think with customizing OSQA you will always need quite some knowledge of Django. awesome, thanks :)
(25 Oct '10, 05:21)
pgardiye
|