remove artefact

remotes/origin/hasaccess
Sanasol 8 years ago
parent 4c97b4138f
commit aa7be1eb6a
  1. 2
      apps/payment/views.py

@ -151,8 +151,6 @@ class SchoolBuyView(TemplateView):
@method_decorator(csrf_exempt, name='dispatch')
class PaymentwallCallbackView(View):
>> >
def add_months(self, sourcedate, months):
month = sourcedate.month - 1 + months
year = sourcedate.year + month // 12

Loading…
Cancel
Save