Skip to content

Commit

Permalink
Merge pull request compserv#193 from alexander-zw/master
Browse files Browse the repository at this point in the history
Fix rsvp list display
  • Loading branch information
bri25yu committed Mar 14, 2020
2 parents 0df5369 + 2097cf7 commit f09c1f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion hknweb/events/templates/events/show_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 class="rsvp-list-title">RSVPs</h3>
<p class="rsvp-list"> Count: {{ rsvps.count }} </p>
{% endif %}
{% for rsvp in rsvps %}
<p class="rsvp-list">{{ rsvp.user.first_name }} {{ rsvp.user.last_name }} ({{ rsvp.user }})</p>
<p class="rsvp-list">{{ rsvp.user.first_name }} {{ rsvp.user.last_name }} ({{ rsvp.user.username }})</p>
{% endfor %}
{% elif not rsvpd %}
<p class="rsvp-list">No rsvps.</p>
Expand Down
23 changes: 0 additions & 23 deletions requirements-dev.txt

This file was deleted.

30 changes: 0 additions & 30 deletions requirements.txt

This file was deleted.

0 comments on commit f09c1f1

Please sign in to comment.