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
bc6a6de9
Commit
bc6a6de9
authored
May 23, 2017
by
Daniel W Bond
Browse files
standardized whether we have a '|' or a '(dot)' in our page titles
parent
92c35a3d
Changes
6
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/delete_student.html
View file @
bc6a6de9
{% extends 'layouts/base.html' %}
{% block title %} SRCT RoomList
| Student | {{ student.get_full_name_or_uname }} | Delete
{% endblock %}
{% block title %} SRCT RoomList
•
Delete My Account
{% endblock %}
{% block message_queue %}
{% endblock %}
...
...
@@ -10,8 +10,7 @@
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
>
Delete
<strong>
{{ student.get_full_name_or_uname }}
</strong></p>
<h1><strong>
Delete My Account
</strong></h1>
</div>
</div>
</div>
...
...
roomlist/accounts/templates/detail_major.html
View file @
bc6a6de9
{% extends 'layouts/base.html' %}
{% block title %} SRCT Roomlist | Majors | {{ major.name }} {% endblock title %}
{% block title %}
SRCT Roomlist
•
Majors
•
{{ major.name }}
{% endblock title %}
{% block content %}
{% load cache %}
{% cache 15 major_students request.user.username major %}
...
...
@@ -7,8 +9,7 @@
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
{{ major.name }}
</strong></p>
<h1><strong>
{{ major.name }}
</strong></h1>
</div>
</div>
</div>
...
...
roomlist/accounts/templates/detail_student.html
View file @
bc6a6de9
{% extends 'layouts/base.html' %}
{% block title %} SRCT Roomlist | {{ student.user.first_name }} {{ student.user.last_name }} {% endblock title %}
{% block title %}
SRCT Roomlist
•
{{ student.user.first_name }} {{ student.user.last_name }}
{% endblock title %}
{% block content %}
{% load socialaccount %}
{% load gravatar %}
...
...
roomlist/accounts/templates/list_majors.html
View file @
bc6a6de9
{% extends 'layouts/base.html' %}
{% block title %} SRCT Roomlist
|
Majors {% endblock title %}
{% block title %} SRCT Roomlist
•
Majors {% endblock title %}
{% block og_metadata %}
<meta
property=
"og:title"
content=
"SRCT Roomlist Majors"
/>
...
...
@@ -22,8 +22,7 @@
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
Majors
</strong></p>
<h1><strong>
Majors
</strong></h1>
</div>
</div>
</div>
...
...
roomlist/accounts/templates/search/search.html
View file @
bc6a6de9
...
...
@@ -8,9 +8,8 @@ SRCT Roomlist • Search Students
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1
class=
"text-center"
><strong>
SRCT
</strong>
​
ROOMLIST
</h1>
<p
class=
"lead text-center"
><strong>
Search
</strong></p>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
Search Students
</strong></h1>
</div>
</div>
</div>
...
...
roomlist/accounts/templates/update_student.html
View file @
bc6a6de9
{% extends 'layouts/base.html' %}
{% block title %} SRCT Roomlist
| Student | {{ request.user.student.get_full_name_or_uname }} | Update
{% endblock %}
{% block title %} SRCT Roomlist
•
My Settings
{% endblock %}
{% block css %}
<link
href=
"/static/css/chosen.min.css"
rel=
"stylesheet"
media=
"screen"
>
...
...
@@ -22,15 +22,13 @@
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
SRCT
</strong>
ROOMLIST
</a></strong>
{{ request.user.student.get_full_name_or_uname }}'s Settings
</h1>
<h1><strong>
My Settings
</strong>
</h1>
</div>
</div>
</div>
<div
class=
"row"
>
{% include 'social/social_media_settings.html' %}
<div
class=
"col-md-8"
>
<div
class=
"panel panel-default"
>
...
...
@@ -217,10 +215,13 @@
{% endspaceless %}
</div>
</div>
<p
class=
"pull-right"
>
<p>
<small><a
href=
"{% url 'delete_student' request.user.username %}"
>
Delete Account
</a></small>
</p>
</div>
{% include 'social/social_media_settings.html' %}
</div>
{% endcache %}
...
...
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