Little fixes in colorform

This commit is contained in:
Antonio de la Rosa 2024-12-08 13:15:13 +01:00
parent 6b0ca95ac0
commit 997d287ed2
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
${add_js_home_local('jquery.min.js', 'admin')}
${add_js_home_local('spectrum.js', 'admin')}
${add_css_home_local('spectrum.css', 'admin')}
<%

View file

@ -29,7 +29,7 @@ ${make_url('admin/'+module)}\
<link href="${make_media_url('css/font-awesome.min.css', 'admin')}" rel="stylesheet" />
<link href="${make_media_url('css/responsive-nav.css', 'admin')}" rel="stylesheet" />
<link href="${make_media_url('css/tooltipster.bundle.min.css', 'admin')}" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> -->
${HeaderHTML.css_home()|n}
<%block name="extra_css">
</%block>