Skip to content

Commit

Permalink
Fixed formatting of event_report view
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Feb 28, 2023
1 parent 476bba7 commit a7fa332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ __pycache__
.venv/
env/
venv/
.env

# IDEs
.idea/
Expand Down
2 changes: 2 additions & 0 deletions lowfat/views/claimant.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def get_terms_and_conditions_url(request):

return url


@staff_member_required
def event_report(request):
"""
Expand Down Expand Up @@ -163,6 +164,7 @@ def event_report(request):

return render(request, 'lowfat/event_report.html', context)


def index(request):
context = {
'claimants': Claimant.objects.filter(
Expand Down

0 comments on commit a7fa332

Please sign in to comment.