First time here? Check out the FAQ!

Revision history  [back]

That's because creating a template does not automatically create an url or the function that would respond to the url.

If your page is static you could change configuration for url / in the askbot/urls.py and create a simple view that renders your template and returns a response with the rendered contents.