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
roomlist
Commits
b18fb890
Commit
b18fb890
authored
Jan 05, 2015
by
Daniel W Bond
Browse files
added empty privact page
parent
78fe192f
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/urls.py
View file @
b18fb890
...
...
@@ -13,7 +13,7 @@ urlpatterns = patterns('',
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'^contact/$', TemplateView.as_view(template_name='contact.html'), name='contact'),
#
url(r'^privacy/$', TemplateView.as_view(template_name='privacy.html'), name='privacy'),
url
(
r
'^privacy/$'
,
TemplateView
.
as_view
(
template_name
=
'privacy.html'
),
name
=
'privacy'
),
# app-level urls
url
(
r
'^housing/'
,
include
(
'housing.urls'
)),
...
...
roomlist/templates/privacy.html
0 → 100644
View file @
b18fb890
{% extends 'layouts/base.html' %}
{% block title %}
GMU Roomlist
•
Privacy Policy
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1>
Privacy Policy
</h1>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg'6"
>
<h2>
Privacy Question 1
</h2>
<p>
</p>
<p>
</p>
</div>
<div
class=
"col-lg'6"
>
<h2>
Privacy Question 2
</h2>
<p>
</p>
<p>
</p>
</div>
<div
class=
"col-lg'6"
>
<h2>
Privacy Question 3
</h2>
<p>
</p>
<p>
</p>
</div>
</div>
{% endblock %}
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