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
212018ee
Commit
212018ee
authored
Feb 02, 2014
by
Daniel W Bond
Browse files
finally got rid of that stupid index thing
parent
06872db5
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/layouts/navbar.html
View file @
212018ee
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</button>
<a
class=
"navbar-brand"
href=
"
index
"
><strong>
Mason SRCT
</strong></a>
<a
class=
"navbar-brand"
href=
"
/
"
><strong>
Mason SRCT
</strong></a>
</div>
</div>
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
...
...
srctweb/website/views.py
View file @
212018ee
...
@@ -2,7 +2,6 @@ from flask import render_template
...
@@ -2,7 +2,6 @@ from flask import render_template
from
website
import
website
from
website
import
website
@
website
.
route
(
'/'
)
@
website
.
route
(
'/'
)
@
website
.
route
(
'/index'
)
def
index
():
def
index
():
return
render_template
(
"index.html"
,
return
render_template
(
"index.html"
,
...
@@ -26,7 +25,6 @@ def documents():
...
@@ -26,7 +25,6 @@ def documents():
)
)
@
website
.
route
(
'/events'
)
@
website
.
route
(
'/events'
)
def
events
():
def
events
():
return
render_template
(
"events.html"
,
return
render_template
(
"events.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