Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
769aa00a
Verified
Commit
769aa00a
authored
Mar 30, 2017
by
Sébastiaan Versteeg
Browse files
Randomly order vacancies
parent
280153a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/partners/views.py
View file @
769aa00a
...
...
@@ -33,7 +33,7 @@ def partner(request, slug):
def
vacancies
(
request
):
context
=
{
'vacancies'
:
Vacancy
.
objects
.
all
(),
'vacancies'
:
Vacancy
.
objects
.
all
()
.
order_by
(
'?'
)
,
'categories'
:
VacancyCategory
.
objects
.
all
(),
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment