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
Σταύρος Παπαδάκης
gredu_labs
Commits
df6bd213
Commit
df6bd213
authored
Mar 03, 2016
by
Georgios Tsakalos
Browse files
fix bug in select to show categories
parent
c006ae95
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/templates/schools/software.twig
View file @
df6bd213
...
...
@@ -64,7 +64,7 @@
</div>
<div
class=
"modal-body"
>
{{
macros.input
(
'title'
,
'Τίτλος'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.
inpu
t
(
'softwarecategory_id'
,
'Κατηγορία'
,
''
,
'text
'
,
{
'required'
:
''
}
)
}}
{{
macros.
selec
t
(
'softwarecategory_id'
,
'Κατηγορία'
,
categories
,
'
'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'vendor'
,
'Προμηθευτής'
,
''
,
'tel'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'url'
,
'URL'
,
''
,
'text'
,
{
'required'
:
''
}
)
}}
{{
macros.input
(
'lab_id'
,
'Χώρος'
,
''
,
'text'
,
{}
)
}}
...
...
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