Add docstring

This commit is contained in:
Joachim 2021-12-22 17:14:21 +01:00
parent b9265bdd29
commit b03b6f6d6f

View file

@ -162,6 +162,7 @@ def get_annual_summary_year():
def privacy_verification(request, user, year, year_key):
"""raises a 404 error if the user should not access the page"""
if user != request.user:
request_key = None
if "key" in request.GET: