Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
redl
redeleitsystem
Commits
fe44ca89
Commit
fe44ca89
authored
Oct 18, 2015
by
Lars Beckers
Browse files
fix the previous bug also in other files
parent
3c0fda90
Changes
2
Show whitespace changes
Inline
Side-by-side
templates/content_index.html
View file @
fe44ca89
...
...
@@ -4,7 +4,7 @@
<h3
class=
"mdl-card__title-text"
>
{{ event.name }}: {{ speaker.name }}
</h3>
</div>
<div
class=
"mdl-card__actions"
>
{% if current_user.is_authenticated
()
and "user" in current_user.roles %}
{% if current_user.is_authenticated and "user" in current_user.roles %}
<a
href=
"{{ url_for("
speech.index
",
event=
event.id)
}}"
>
<button
type=
"button"
class=
"mdl-button mdl-js-button mdl-button--raised mdl-button--colored"
>
<i
class=
"material-icons"
role=
"presentation"
>
build
</i>
...
...
templates/speech_index.html
View file @
fe44ca89
...
...
@@ -56,7 +56,7 @@
{% endfor %}
</tbody>
</table>
{% if current_user.is_authenticated
()
and "user" in current_user.roles %}
{% if current_user.is_authenticated and "user" in current_user.roles %}
{{ render_form(add_form, action_url=url_for('.add', next=".index", event=event_id), action_text="Add", title="Add Speaker to {}".format(event.name)) }}
{% endif %}
{% endfor %}
...
...
Lars Beckers
@larsb
mentioned in issue
#3 (closed)
·
Nov 07, 2015
mentioned in issue
#3 (closed)
mentioned in issue #3
Toggle commit list
Write
Preview
Supports
Markdown
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