File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
schema_viewer/templates/schema_viewer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1- <!doctype html> < html lang ="en "> < head > < title > django-schema-viewer</ title > < meta charset ="utf-8 "> < meta name ="viewport " content ="width=device-width "> < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 "> < script defer ="defer " src ="/ static/schema-viewer/js/main.58eb5a4e.js "> </ script > < link href ="/ static/ schema-viewer/css/main.5636232d.css " rel ="stylesheet "> </ head > < body > < div id ="container " style ="width:100vw;height:100vh "> </ div > < div id ="minimap " style ="position:fixed;bottom:12px;right:12px;box-shadow:0 0 4px 0 #eee "> </ div > < div id ="panel "> </ div > < a id ="export_drawio " style ="visibility:hidden "> </ a > </ body > </ html >
1+ {% load static %} <!doctype html> < html lang ="en "> < head > < title > django-schema-viewer</ title > < meta charset ="utf-8 "> < meta name ="viewport " content ="width=device-width "> < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 "> < script defer ="defer " src ="{% static ' /schema-viewer/js/main.58eb5a4e.js' %} "> </ script > < link href ="{% static ' schema-viewer/css/main.5636232d.css' %} " rel ="stylesheet "> </ head > < body > < div id ="container " style ="width:100vw;height:100vh "> </ div > < div id ="minimap " style ="position:fixed;bottom:12px;right:12px;box-shadow:0 0 4px 0 #eee "> </ div > < div id ="panel "> </ div > < a id ="export_drawio " style ="visibility:hidden "> </ a > </ body > </ html >
You can’t perform that action at this time.
0 commit comments