Age | Commit message (Collapse) | Author |
|
This is useful when you are forced to host the app on a URL like
host.org/foo/exam and not as host.org/exam as you would want. Change
the URL_ROOT setting to "/foo" in the above case for this to work.
|
|
The login and registration forms are now rendered as tables which looks
much nicer. The username now can take letters, digits, period and
underscore. The password can take letters, digits and punctuation.
|
|
If you complete the quiz it was going into a redirect loop, this is
fixed. Also cleaned up all the page templates with proper block
contents.
|
|
|