Created member application form, reload page doesn't work
This commit is contained in:
+4
-1
@@ -32,7 +32,8 @@ from members.views import member_requests
|
||||
#infoscreen
|
||||
from infoscreen.views import index as infoindex
|
||||
from infoscreen.views import abb_job_list
|
||||
|
||||
#application
|
||||
from members.views import applicationindex
|
||||
|
||||
urlpatterns = [
|
||||
# main
|
||||
@@ -54,4 +55,6 @@ urlpatterns = [
|
||||
#infoscreen
|
||||
url(r'^infoscreen/$', infoindex),
|
||||
url(r'^infoscreen/abbjobs$', abb_job_list),
|
||||
#application
|
||||
url(r'^application/$', applicationindex),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user