Skip to content

Commit

Permalink
Make IDW download public
Browse files Browse the repository at this point in the history
  • Loading branch information
uoa-noel committed Jul 8, 2024
1 parent 66907e1 commit dcc7e75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tardis/apps/idw_download/views/idw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from django.contrib.auth.decorators import login_required
from django.views.generic.base import TemplateView

@login_required
class IDWIndexView(TemplateView):
template_name = "idw/index.html"

0 comments on commit dcc7e75

Please sign in to comment.