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
10d4ac4d
Commit
10d4ac4d
authored
Jan 11, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redirected contact page to srct contact page
parent
24eda982
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
52 deletions
+1
-52
roomlist/settings/urls.py
roomlist/settings/urls.py
+0
-1
roomlist/templates/contact.html
roomlist/templates/contact.html
+0
-50
roomlist/templates/layouts/footer.html
roomlist/templates/layouts/footer.html
+1
-1
No files found.
roomlist/settings/urls.py
View file @
10d4ac4d
...
...
@@ -12,7 +12,6 @@ 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
'^contact/$'
,
TemplateView
.
as_view
(
template_name
=
'contact.html'
),
name
=
'contact'
),
url
(
r
'^privacy/$'
,
TemplateView
.
as_view
(
template_name
=
'privacy.html'
),
name
=
'privacy'
),
# app-level urls
...
...
roomlist/templates/contact.html
deleted
100644 → 0
View file @
24eda982
{% extends 'layouts/base.html' %}
{% block title %}
GMU Roomlist
•
Contact
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1>
Contact
</h1>
<p
class=
"lead"
>
Please feel free to get in contact with us.
</p>
</div>
</div>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Organization:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://srct.gmu.edu"
>
srct.gmu.edu
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Documentation:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://wiki.srct.gmu.edu"
>
wiki.srct.gmu.edu
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
People:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://fb.com/masonsrct"
>
fb.com/masonsrct
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Announcements:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://twitter.com/masonsrct"
>
twitter.com/masonsrct
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Discussion:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://lists.srct.gmu.edu/mailman/listinfo"
>
lists.srct.gmu.edu/mailman/listinfo
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Code:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://git.gmu.edu/srct"
>
git.gmu.edu/srct
</a>
or
<a
href=
"http://github.com/srct"
>
github.com/srct
</a>
</div>
{% endblock %}
roomlist/templates/layouts/footer.html
View file @
10d4ac4d
...
...
@@ -4,7 +4,7 @@
<div
class=
"col-lg-12"
>
<div
class=
"col-md-8"
>
<a
href=
"{% url 'about' %}"
target=
"_blank"
>
About
</a>
·
<a
href=
"
{% url 'contact' %}
"
target=
"_blank"
>
Contact
</a>
·
<a
href=
"
http://srct.gmu.edu/contact/
"
target=
"_blank"
>
Contact
</a>
·
<a
href=
"http://srct.gmu.edu/documents/usage_policy"
target=
"_blank"
>
Terms of Service
</a>
·
<a
href=
"{% url 'privacy' %}"
target=
"_blank"
>
Privacy
</a>
</div>
...
...
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