Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
cdf3d4aa
Commit
cdf3d4aa
authored
Nov 12, 2018
by
Julian Rother
Browse files
Set duration field for "create"-links in campus import interface
parent
899b7632
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/import_campus.html
View file @
cdf3d4aa
...
...
@@ -73,7 +73,7 @@
<span
class=
"col-xs-3"
>
</span>
<span
class=
"pull-right"
>
<button
class=
"btn btn-default newlecture"
onclick=
"moderator.api.gethttp('{{ url_for('create', table='lectures', course_id=course.id, time=i.time, title=i.title, place=i.place) }}')"
>
anlegen
</a>
<button
class=
"btn btn-default newlecture"
onclick=
"moderator.api.gethttp('{{ url_for('create', table='lectures', course_id=course.id, time=i.time, title=i.title, place=i.place
, duration=i.duration
) }}')"
>
anlegen
</a>
</span>
</li>
{% endfor %}
...
...
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