Move rigboard templates up a level

Also:
- Find and replace panel -> card
- Some base template work
- gulpfile things, added dep on django-gulp
This commit is contained in:
2020-03-09 21:44:09 +00:00
parent 6c72f070f2
commit 1df1784d02
65 changed files with 225 additions and 227 deletions

View File

@@ -27,7 +27,7 @@ Displays the current rig count along with a few other bits and pieces
class Index(generic.TemplateView):
template_name = 'RIGS/index.html'
template_name = 'index.html'
def get_context_data(self, **kwargs):
context = super(Index, self).get_context_data(**kwargs)
@@ -36,7 +36,7 @@ class Index(generic.TemplateView):
class SearchHelp(generic.TemplateView):
template_name = 'RIGS/search_help.html'
template_name = 'search_help.html'
# This view should be exempt from requiring CSRF token.