Merge branch 'develop' of github.com:bornhack/bornhack-website into develop

This commit is contained in:
Stephan Telling 2017-05-21 23:12:03 +02:00
commit 167ec6cd90
No known key found for this signature in database
GPG key ID: D4892289F36ADA9B

View file

@ -6,6 +6,7 @@ from .forms import ManageTeamForm
from django.contrib.auth.mixins import LoginRequiredMixin
from django.shortcuts import redirect
from django.contrib import messages
from django.http import Http404
class TeamListView(CampViewMixin, ListView):