Add TODO's
This commit is contained in:
parent
655e641213
commit
1fd4b60710
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ from newsreader.news.collection.tasks import RedditTokenTask
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# TODO add tests
|
||||
class IntegrationsView(TemplateView):
|
||||
template_name = "accounts/views/integrations.html"
|
||||
|
||||
|
|
@ -99,6 +100,7 @@ class RedditTemplateView(TemplateView):
|
|||
)
|
||||
|
||||
|
||||
# TODO add tests
|
||||
class RedditTokenRedirectView(RedirectView):
|
||||
url = reverse_lazy("accounts:integrations")
|
||||
|
||||
|
|
@ -118,6 +120,7 @@ class RedditTokenRedirectView(RedirectView):
|
|||
return response
|
||||
|
||||
|
||||
# TODO add tests
|
||||
class RedditRevokeRedirectView(RedirectView):
|
||||
url = reverse_lazy("accounts:integrations")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue