datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

upcoming meeting view should use Meeting.end_date() method

Open jennifer-richards opened this issue 2 years ago • 0 comments

Describe the issue

The upcoming() view in ietf.meeting.views assigns an end attribute to each meeting. The Meeting.end_date() method performs the same calculation.

Replace the ad hoc end attribute with calls to end_date to get rid of the redundant code.

Code of Conduct

jennifer-richards avatar Sep 15 '22 14:09 jennifer-richards