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
thalia
concrexit
Commits
e6d77ace
Verified
Commit
e6d77ace
authored
Mar 11, 2018
by
Sébastiaan Versteeg
Browse files
Hide registration period info when not available
parent
1a5e3a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/templates/events/admin/details.html
View file @
e6d77ace
...
...
@@ -71,10 +71,14 @@
<dd>
{{ event.start }}
<br>
— {{ event.end }}
</dd>
<dt>
{% trans "organiser"|capfirst %}
</dt>
<dd>
{{ event.organiser }}
</dd>
{% if event.registration_start %}
<dt>
{% trans "registration period"|capfirst %}
</dt>
<dd>
{{ event.registration_start }}
<br>
— {{ event.registration_end }}
</dd>
{% endif %}
{% if event.cancel_deadline %}
<dt>
{% trans "cancel deadline"|capfirst %}
</dt>
<dd>
{{ event.cancel_deadline }}
</dd>
{% endif %}
<dt>
{% trans "location"|capfirst %}
</dt>
<dd>
{{ event.location }} ({{ event.map_location }})
</dd>
<dt>
{% trans "price"|capfirst %}
</dt>
...
...
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