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
a9764b7f
Commit
a9764b7f
authored
Nov 22, 2014
by
Daniel W Bond
Browse files
created student page
parent
d05a4535
Changes
1
Show whitespace changes
Inline
Side-by-side
roomlist/housing/templates/detailStudent.html
View file @
a9764b7f
{% extends 'layouts/base.html' %}
{% block title %} GMU RoomList
•
{% endblock %}
{% block title %} GMU RoomList
| {{ student.user.first_name }} {{ student.user.last_name }}
{% endblock %}
{% block content %}
{% load gravatar %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
GMU
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
>
Lorem Ipsum
</p>
<div
class=
"col-md-8 col-md-offset-2 text-center"
>
<img
class=
"img-circle img-responsive center center-block"
src=
"{% gravatar_url student.user.email 175 %}"
alt=
"{{ student.user.first_name }} Gravatar picture"
>
<h1>
{{ student.user.first_name }} {{ student.user.last_name }}
</h1>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-body"
>
<table
class=
"table table-hover text-center"
>
<tbody>
<tr>
<td><strong>
Room
</strong>
: {{ student.user.email }}
</td>
</tr>
<tr>
<td><strong>
Email
</strong>
: {{ student.user.email }}
</td>
</tr>
<tr>
<td><strong>
Major
</strong>
: Biology
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</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