From 01f94ac37eab1c34c6f08caa4a2d3190a948bf0a Mon Sep 17 00:00:00 2001
From: dominip89 <dominip89@mi.fu-berlin.de>
Date: Sat, 26 Jun 2021 13:49:44 +0000
Subject: [PATCH] Remove TODO

---
 unisportomat/quiz/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/unisportomat/quiz/views.py b/unisportomat/quiz/views.py
index a860a21..e27fd48 100644
--- a/unisportomat/quiz/views.py
+++ b/unisportomat/quiz/views.py
@@ -160,7 +160,6 @@ class SmallSportListView(viewsets.ViewSet):
         """
         PATCH for api/admin/sport/<id>/
         Fills in the given Values into the Sport specified in the URL
-        TODO: Id From URL or JSON?
         """
 
         # Get Data from Serializer
-- 
GitLab