Skip to content
Snippets Groups Projects
Commit 44d75349 authored by dominip89's avatar dominip89
Browse files

Merge branch 'master' into '46-implement-the-adminfrontend-api'

# Conflicts:
#   unisportomat/quiz/serializers.py
parents c481479f 80033041
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class QuestionListSerializer(serializers.ModelSerializer):
class Meta:
model = Question
fields = ("id", "text", "criterion")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment