Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
5685dbcf
Commit
5685dbcf
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
added other htmls to views
parent
74987924
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/website/views.py
View file @
5685dbcf
...
...
@@ -7,3 +7,33 @@ def index():
return
render_template
(
"index.html"
,
)
def
calendar
():
return
render_template
(
"calendar.html"
,
)
def
contact
():
return
render_template
(
"contact.html"
,
)
def
documents
():
return
render_template
(
"documents.html"
,
)
def
meetings
():
return
render_template
(
"meetings.html"
,
)
def
people
():
return
render_template
(
"people.html"
,
)
def
projects
():
return
render_template
(
"projects.html"
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment