~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlscheduling/views.py

  • Committer: franku
  • Date: 2018-10-03 20:34:49 UTC
  • mfrom: (497.3.4 cookies)
  • Revision ID: somal@arcor.de-20181003203449-z7rnyrt4qsqaebvq
Use a session based csrf cookie; Fixed showing deleted username when quoting a post

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#########
17
17
# Views #
18
18
#########
19
 
@login_required
20
19
def scheduling_main (request):
21
20
    return render(request, 'wlscheduling/main.html')
22
21