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
f1d816de
Commit
f1d816de
authored
Oct 06, 2016
by
Daniel W Bond
Browse files
changed naming of header and panels on update_student page
parent
ba996766
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/update_student.html
View file @
f1d816de
...
...
@@ -22,19 +22,11 @@
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
SRCT
</strong>
ROOMLIST
</a></strong>
Student Update
</h1>
<h1><strong>
SRCT
</strong>
ROOMLIST
</a></strong>
{{ request.user.student.get_full_name_or_uname }}'s Settings
</h1>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h2><strong>
Welcome, {{ request.user.student.get_first_name_or_uname }}!
</strong></h2>
</div>
</div>
<br
/>
{% load socialaccount %}
{% get_social_accounts request.user as accounts %}
...
...
@@ -143,7 +135,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title text-center"
><strong>
Student
Settings
</strong></h1>
<h1
class=
"panel-title text-center"
><strong>
Profile
Settings
</strong></h1>
</div>
<div
class=
"panel-body"
>
...
...
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