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
1a5e3a9c
Verified
Commit
1a5e3a9c
authored
Mar 11, 2018
by
Sébastiaan Versteeg
Browse files
Add cancel deadline to event details in admin
parent
f37b5fb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/templates/events/admin/details.html
View file @
1a5e3a9c
...
...
@@ -73,6 +73,8 @@
<dd>
{{ event.organiser }}
</dd>
<dt>
{% trans "registration period"|capfirst %}
</dt>
<dd>
{{ event.registration_start }}
<br>
— {{ event.registration_end }}
</dd>
<dt>
{% trans "cancel deadline"|capfirst %}
</dt>
<dd>
{{ event.cancel_deadline }}
</dd>
<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