diff --git a/portal/templates/index.html b/portal/templates/index.html index ff8e89bde2d3d87a3e94ebbee956b6ffc19e624d..ece2737e5ea18f76dfabfa41de606d4c280cc8db 100644 --- a/portal/templates/index.html +++ b/portal/templates/index.html @@ -10,11 +10,11 @@ /> <link rel="icon" - href="{{ url_for('static', filename='static/img/portal.svg') }}" + href="{{ url_for('static', filename='img/portal.svg') }}" /> <link rel="apple-touch-icon" - href="{{ url_for('static', filename='static/img/portal.png') }}" + href="{{ url_for('static', filename='img/portal.png') }}" /> </head>