core: migrate shell to core, remove navbar
This commit is contained in:
8
passbook/core/views/shell.py
Normal file
8
passbook/core/views/shell.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""core shell view"""
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
|
||||
class ShellView(TemplateView):
|
||||
"""core shell view"""
|
||||
|
||||
template_name = "shell.html"
|
||||
Reference in New Issue
Block a user