rdegges / django-twilio

A simple library for building twilio-powered Django webapps.
http://django-twilio.rtfd.org/
The Unlicense
327 stars 111 forks source link

Fix response view to ThanksView #211

Closed Y4rd13 closed 2 years ago

Y4rd13 commented 2 years ago

I think the wrong class was called in super(class), should be ThanksView instead of ResponseView

jheld commented 2 years ago

totally right, whoops.

The docs are also using the older super-class calling syntax, but alas, if we're using it, it should be correct!

jheld commented 2 years ago

Sorry to bother on part of the git life-cycle but can you recreate your change from a branch off of develop instead?