where can I edit the content of 404 page?

asked 24 Oct '10, 07:01

pgardiye's gravatar image

pgardiye
606102333
accept rate: 0%


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.

link

answered 24 Oct '10, 09:10

andreas's gravatar image

andreas
46139
accept rate: 28%

awesome, thanks :)

(25 Oct '10, 05:21) pgardiye
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15

Asked: 24 Oct '10, 07:01

Seen: 306 times

Last updated: 25 Oct '10, 05:21

powered by OSQA