Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
Revert on changes for compatibility purpose
  • Loading branch information
jbgury authored Aug 30, 2024
1 parent fd7fe41 commit 70b93cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libreosteoweb/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
HttpResponseRedirect, Http404, HttpResponseBadRequest)
from django.core.exceptions import SuspiciousOperation
from django.shortcuts import resolve_url
from django.utils.http import is_safe_url
from django.utils.http import url_has_allowed_host_and_scheme
from django.utils.translation import gettext_lazy as _
from django.utils.text import format_lazy
from django.views import View
Expand Down

0 comments on commit 70b93cd

Please sign in to comment.