Private
Public Access
1
0

rules now separately in rower_rules

This commit is contained in:
Sander Roosendaal
2020-01-11 16:38:53 +01:00
parent 293d4dca17
commit ad9cab4392
4 changed files with 42 additions and 39 deletions

View File

@@ -5,6 +5,8 @@ from __future__ import unicode_literals
from rowers.views.statements import *
from rowers.rower_rules import *
def get_team_by_pk(request,team_id):
return get_object_or_404(Team,pk=team_id)