~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlscheduling/views.py

merged trunk

Show diffs side-by-side

added added

removed removed

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