Skip to content

Commit

Permalink
Restore commented out imports (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondsgarrett authored Aug 31, 2023
1 parent 2adaa3d commit 9c786c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apcd-cms/src/apps/submissions/views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from django.http import HttpResponseRedirect, JsonResponse
#from django.views.generic.base import TemplateView
from django.views.generic.base import TemplateView
from django.contrib.auth.decorators import login_required
#from apps.utils.apcd_database import get_submissions, get_submission_logs
from apps.utils.apcd_database import get_submissions, get_submission_logs
from apps.utils.apcd_groups import has_apcd_group
#from apps.utils.utils import title_case
from apps.utils.utils import title_case
import logging

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9c786c6

Please sign in to comment.