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
itminedu
gredu_labs
Commits
4960c2f3
Commit
4960c2f3
authored
Mar 16, 2016
by
Vassilis Kanellopoulos
Browse files
fix upload
parent
c19a1a92
Changes
2
Hide whitespace changes
Inline
Side-by-side
module/schools/public/js/schools/labs.js
View file @
4960c2f3
...
...
@@ -159,6 +159,7 @@
var
formData
=
utils
.
serializeObject
(
this
.
form
),
that
=
this
,
upload
=
this
.
form
.
find
(
'
input[type="file"]
'
).
fileupload
({
formData
:
formData
,
autoUpload
:
false
}),
postPromise
;
...
...
module/schools/templates/schools/form.twig
View file @
4960c2f3
...
...
@@ -63,6 +63,7 @@
<i
class=
"fa fa-remove"
></i>
Διαγραφή
</a>
</div>
</div>
<div
class=
"clearfix"
></div>
{%
endif
%}
{%
endmacro
%}
...
...
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