Fix sorting bug #105

Also removed unneeded code
This commit is contained in:
Aarni Halinen
2018-03-02 00:31:05 +02:00
parent bbc5743c39
commit fafc988a60
3 changed files with 2 additions and 13 deletions
-1
View File
@@ -27,7 +27,6 @@ from smtplib import SMTPAuthenticationError
from members.models import Member, Request, Payment
from members.forms import MemberForm, PaymentForm, ApplicationForm, CSVValidationError
from members.tables import MemberTable, PaymentTable, RequestTable
@receiver(post_save, sender=Request)