oioioi.contests.processors¶
Module Contents¶
Functions¶
|
A template context processor which makes the current contest available |
|
|
|
- oioioi.contests.processors.register_current_contest(request)[source]¶
A template context processor which makes the current contest available to the templates.
The current
Contestinstance is added to the template context as acontestvariable.Must be used together with
CurrentContestMiddleware.