Add urls and views for navigation bar
This commit is contained in:
@@ -14,6 +14,10 @@ from webapp.views import ohlhafv_list
|
||||
from webapp.views import guild_view
|
||||
from webapp.views import freshmen_view
|
||||
from webapp.views import jobs_view
|
||||
from webapp.views import event_calendar_view
|
||||
from webapp.views import international_view
|
||||
from webapp.views import sosso_view
|
||||
from webapp.views import contact_view
|
||||
|
||||
urlpatterns = [
|
||||
# main
|
||||
@@ -28,6 +32,10 @@ urlpatterns = [
|
||||
url(r'^about', about_view),
|
||||
url(r'^guild', guild_view),
|
||||
url(r'^freshmen', freshmen_view),
|
||||
url(r'^event_calendar', event_calendar_view),
|
||||
url(r'^international', international_view),
|
||||
url(r'^sosso', sosso_view),
|
||||
url(r'^contact', contact_view),
|
||||
|
||||
# corporate
|
||||
url(r'^jobs', jobs_view),
|
||||
|
||||
Reference in New Issue
Block a user