Rename kaehmy templates
This commit is contained in:
@@ -4,7 +4,6 @@ from django.conf.urls import url
|
||||
# from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from webapp.views import main_index
|
||||
from webapp.views import admin_index
|
||||
from webapp.views import login_view
|
||||
from webapp.views import logout_view
|
||||
from webapp.views import about_view
|
||||
@@ -28,7 +27,6 @@ from webapp.views import kaehmy_export_view
|
||||
urlpatterns = [
|
||||
# main
|
||||
url(r'^$', main_index),
|
||||
url(r'^sikadmin$', admin_index),
|
||||
|
||||
# login stuff
|
||||
url(r'^login$', login_view),
|
||||
|
||||
Reference in New Issue
Block a user