Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
279b73a6
Commit
279b73a6
authored
Dec 14, 2016
by
Stefan Topfstedt
Browse files
removed misplaced colon from loop.
parent
f69c8ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
279b73a6
...
...
@@ -144,7 +144,7 @@ and the administrator will contact you if we need any extra information.</h4>
large-print handouts are available if needed by notifying the
organizers in advance. If we can help making learning easier for
you (e.g. sign-language interpreters, lactation facilities) please
<a
href=
"
mailto:
{{page.contact}}"
>
get in touch
</a>
and we will
<a
href=
"{{page.contact}}"
>
get in touch
</a>
and we will
attempt to provide them.
</p>
...
...
@@ -157,7 +157,7 @@ and the administrator will contact you if we need any extra information.</h4>
<strong>
Contact
</strong>
:
Please email
{% if page.contact %}
{% for contact in page.contact
:
%}
{% for contact in page.contact %}
{% if forloop.last and page.contact.size > 1 %}
or
{% else %}
...
...
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