Skip to content

Commit

Permalink
Add awaiting registrations to admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 24, 2024
1 parent bb24ec2 commit a82109d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ddcz/admin.py
Expand Up @@ -2,6 +2,7 @@

from .models import (
AlchemistTool,
AwaitingRegistration,
CommonArticle,
CreativePageConcept,
Dating,
Expand Down Expand Up @@ -41,3 +42,5 @@ class DatingSearch(admin.ModelAdmin):
admin.site.register(WizardSpell, SearchableName)

admin.site.register(EditorArticle)

admin.site.register(AwaitingRegistration)

0 comments on commit a82109d

Please sign in to comment.