test cimar iframe
This commit is contained in:
@@ -155,6 +155,7 @@ urlpatterns = [
|
||||
# path('select2/', include('select2.urls')),
|
||||
*HTMXAutoComplete.url_dispatcher('ac'),
|
||||
path('psutil/', psutil_urlpatterns(), name='psutil'),
|
||||
path("cimar/", views.cimar, name="cimar"),
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -511,6 +511,12 @@ def view_feedback(request):
|
||||
def privacy_view(request):
|
||||
return render(request, "privacy.html")
|
||||
|
||||
def cimar(request):
|
||||
if "link_id" in request.GET:
|
||||
link_id = request.GET["link_id"]
|
||||
return render(request, "cimar.html", {"link_id": link_id})
|
||||
return render(request, "cimar.html")
|
||||
|
||||
def about_view(request):
|
||||
return render(request, "about.html")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user