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
4fe1c265
Commit
4fe1c265
authored
Nov 09, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firefox support for selects, added js
parent
cdcb50a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
roomlist/accounts/templates/updateStudent.html
roomlist/accounts/templates/updateStudent.html
+1
-1
roomlist/accounts/templates/welcome_privacy.html
roomlist/accounts/templates/welcome_privacy.html
+12
-3
No files found.
roomlist/accounts/templates/updateStudent.html
View file @
4fe1c265
...
...
@@ -88,7 +88,7 @@
</div>
<div
class=
"panel-body"
>
<form
class=
"form-horizontal"
action=
""
method=
"post"
>
{% csrf_token %}
<form
class=
"form-horizontal"
a
utocomplete=
"off"
a
ction=
""
method=
"post"
>
{% csrf_token %}
{{ my_form.as_p }}
...
...
roomlist/accounts/templates/welcome_privacy.html
View file @
4fe1c265
...
...
@@ -40,8 +40,8 @@
</div>
<div
class=
"panel-body"
>
<form
action=
""
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<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>
</div>
...
...
@@ -60,4 +60,13 @@
</div>
{% endblock %}
{% endblock content %}
{% block javascript %}
<script
type=
"text/javascript"
src=
"/static/js/jquery.chained.min.js"
></script>
<script>
$
(
"
#building
"
).
chained
(
"
#neighborhood
"
);
$
(
"
#floor
"
).
chained
(
"
#building
"
);
$
(
"
#room
"
).
chained
(
"
#floor
"
);
</script>
{% endblock javascript %}
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