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
b6fd839c
Commit
b6fd839c
authored
Dec 05, 2015
by
Daniel W Bond
Browse files
removed unnecessary social js loading, compressed building/floor/room form options
parent
a500546a
Changes
3
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/updateStudent.html
View file @
b6fd839c
...
...
@@ -27,7 +27,7 @@
<br
/>
{% load socialaccount %}
{% providers_media_js %}
{% load socialaccount %}
{% get_social_accounts request.user as accounts %}
...
...
@@ -147,12 +147,14 @@
with your
<a
href=
"https://masonlive.gmu.edu/"
>
Masonlive email
</a>
address, your
default profile picture on this service will that Gravatar profile picture.
</p>
{% spaceless %}
<form
class=
"form-horizontal"
autocomplete=
"off"
action=
""
method=
"post"
>
{% csrf_token %}
{{ my_form.as_p }}
<input
type=
"submit"
value=
"Save"
class=
"btn btn-primary"
/>
</form>
{% endspaceless %}
</div>
</div>
...
...
roomlist/accounts/templates/welcome_privacy.html
View file @
b6fd839c
...
...
@@ -44,10 +44,12 @@
</div>
<div
class=
"panel-body"
>
{% spaceless %}
<form
class=
"form-horizontal"
autocomplete=
"off"
action=
""
method=
"post"
>
{% csrf_token %}
{{ my_form.as_p }}
<input
type=
"submit"
value=
"Save"
class=
"btn btn-primary"
/>
</form>
{% endspaceless %}
</div>
</div>
...
...
roomlist/accounts/templates/welcome_social.html
View file @
b6fd839c
...
...
@@ -29,7 +29,7 @@
</div>
</div>
{% load socialaccount %}
{% providers_media_js %}
{% load socialaccount %}
{% get_social_accounts request.user as accounts %}
...
...
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