Skip to content

Commit

Permalink
Added the custom answers to the admin side.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Oct 1, 2024
1 parent 6596d5c commit 6714e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions survey/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from survey.models import SurveySection
from survey.models import SurveyUser
from survey.models import SurveyUserAnswer
from survey.models import SurveyUserCustomAnswer
from survey.models import SurveyUserFeedback


Expand Down Expand Up @@ -57,6 +58,7 @@ class SurveyUserFeedbackAdmin(admin.ModelAdmin):

admin.site.register(SurveyQuestion)
admin.site.register(SurveyQuestionAnswer)
admin.site.register(SurveyUserCustomAnswer)
admin.site.register(SurveyQuestionServiceCategory)
admin.site.register(SurveySection)
admin.site.register(SurveyUserAnswer)
Expand Down

0 comments on commit 6714e02

Please sign in to comment.