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
ac9c17d0
Commit
ac9c17d0
authored
Mar 26, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link to major change to student settings page
parent
57a397bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
roomlist/accounts/templates/studentSettings.html
roomlist/accounts/templates/studentSettings.html
+7
-9
No files found.
roomlist/accounts/templates/studentSettings.html
View file @
ac9c17d0
...
...
@@ -23,21 +23,19 @@
<legend>
Account Settings
</legend>
<div
class=
"row"
>
{% comment %}
<a
href=
"/accounts/email/"
>
<div
class=
"col-md-4 col-md-offset-2 text-center"
>
<h4><i
class=
"fa fa-envelope fa-5x"
></i></h4>
<h4>
Add Additional Email Addresses
</h4>
</div>
</a>
{% endcomment %}
{{ object.user }} text text text {{ request.user }}
{{ student }} text text text {{ request.user }}
<a
href=
"{% url 'updateStudent' request.user.student.slug %}"
>
<div
class=
"col-md-3 text-center"
>
<h4><i
class=
"fa fa-lock fa-5x"
></i></h4>
<h4>
Set Your Room and Privacy
</h4>
</div>
</a>
<a
href=
"{% url 'updateStudentMajor' request.user.student.slug %}"
>
<div
class=
"col-md-3 text-center"
>
<h4><i
class=
"fa fa-graduation-cap fa-5x"
></i></h4>
<h4>
Set Your Major
</h4>
</div>
</a>
</div>
<legend
style=
"margin-top: 50px"
>
Social Media Settings
</legend>
...
...
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