diff options
Diffstat (limited to 'gn2/wqflask/templates/edit_case_attributes.html')
-rw-r--r-- | gn2/wqflask/templates/edit_case_attributes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/edit_case_attributes.html b/gn2/wqflask/templates/edit_case_attributes.html index 3c97b992..f6264818 100644 --- a/gn2/wqflask/templates/edit_case_attributes.html +++ b/gn2/wqflask/templates/edit_case_attributes.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> |