Closes #16580: Remove AUTH_EXEMPT_PATHS (#16662)

* Closes #16580: Remove AUTH_EXEMPT_PATHS

* Misc cleanup
This commit is contained in:
Jeremy Stretch
2024-06-26 12:05:38 -04:00
committed by GitHub
parent 52546608f6
commit c22463f4aa
7 changed files with 27 additions and 32 deletions

View File

@@ -1200,7 +1200,7 @@ class ScriptResultView(TableMixin, generic.ObjectView):
# Markdown
#
class RenderMarkdownView(View):
class RenderMarkdownView(LoginRequiredMixin, View):
def post(self, request):
form = forms.RenderMarkdownForm(request.POST)