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
d132379f
Commit
d132379f
authored
Jun 16, 2017
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved privacy settings back to behind 'lives-on-campus
parent
93a10002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
roomlist/accounts/templates/update_student.html
roomlist/accounts/templates/update_student.html
+20
-20
No files found.
roomlist/accounts/templates/update_student.html
View file @
d132379f
...
...
@@ -204,27 +204,27 @@ SRCT Roomlist • My Settings
<div
class=
"form-group"
>
{{ form.room }}
</div>
</div>
{% endif %}
<hr
/
>
<p
class=
"help-block"
>
Your privacy settings affect the visibility of both your room and your social media accounts.
</p>
{% if
form.privacy.errors %}
{% for error in form.privacy.errors %}
<p
class=
"text-danger"
>
<
i
class=
"fa fa-exclamation-triangle fa-fw"
></i>
{{ error }}
</p>
{% end
for
%}
{% endif %}
<div
class=
"form-group
"
>
<div
class=
"col-md-3 col-sm-6
"
>
<label
for=
"{{ form.privacy.id_for_label }}"
>
Privacy
</label><br/>
{{ form.privacy }}
{% endif %} {% comment %} recent_changes {% endcomment %}
<hr
/>
<p
class=
"help-block"
>
Your privacy settings affect the visibility of both your room and your social media accounts.
</p>
{% if form.privacy.errors %}
{% for error in
form.privacy.errors %}
<p
class=
"text-danger"
>
<i
class=
"fa fa-exclamation-triangle fa-fw"
></i>
{{ error }}
<
/p>
{% endfor %}
{% end
if
%}
<div
class=
"form-group"
>
<div
class=
"col-md-3 col-sm-6
"
>
<label
for=
"{{ form.privacy.id_for_label }}
"
>
Privacy
</label><br/>
{{ form.privacy }}
</div>
</div>
</div>
</div>
<!-- lives-on-campus -->
<hr
/>
<p
class=
"help-block"
>
You will not be able to see these students, and they will not be able to see you.
...
...
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