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
80136d14
Commit
80136d14
authored
Sep 25, 2018
by
Sébastiaan Versteeg
Browse files
Fix registrations table sorting of cancel date
parent
c77b1407
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/templates/events/admin/registrations_table.html
View file @
80136d14
...
...
@@ -39,7 +39,7 @@
{% endif %}
<td
data-sortval=
"{{ registration.date|date:'c' }}"
>
{{ registration.date }}
</td>
{% if cancellations %}
<td
data-sortval=
"{{ registration.date|date:'c' }}"
>
{{ registration.date_cancelled }}
</td>
<td
data-sortval=
"{{ registration.date
_cancelled
|date:'c' }}"
>
{{ registration.date_cancelled }}
</td>
{% endif %}
{% for field in registration.information_fields %}
{% if not field.value %}
...
...
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