Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
78fe192f
Commit
78fe192f
authored
Jan 05, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
about page is live and navbar links to it
parent
89726a35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
roomlist/settings/urls.py
roomlist/settings/urls.py
+1
-1
roomlist/templates/layouts/navbar.html
roomlist/templates/layouts/navbar.html
+1
-1
No files found.
roomlist/settings/urls.py
View file @
78fe192f
...
...
@@ -11,7 +11,7 @@ urlpatterns = patterns('',
# project-level urls
url
(
r
'^$'
,
TemplateView
.
as_view
(
template_name
=
"index.html"
),
name
=
'index'
),
#
url(r'^about/$', TemplateView.as_view(template_name='about.html'), name='about'),
url
(
r
'^about/$'
,
TemplateView
.
as_view
(
template_name
=
'about.html'
),
name
=
'about'
),
# url(r'^contact/$', TemplateView.as_view(template_name='contact.html'), name='contact'),
# url(r'^privacy/$', TemplateView.as_view(template_name='privacy.html'), name='privacy'),
...
...
roomlist/templates/layouts/navbar.html
View file @
78fe192f
...
...
@@ -13,7 +13,7 @@
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"/"
>
Home
</a>
</li>
<li><a
href=
"
/#about
"
>
About
</a>
<li><a
href=
"
{% url 'about' %}
"
>
About
</a>
</li>
<li><a
href=
"/housing/buildings"
>
Buildings
</a>
</li>
...
...
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