diff options
-rw-r--r-- | qc_app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 2228356..0958687 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -12,7 +12,7 @@ {%block css%}{%endblock%} <link rel="shortcut icon" type="image/png" sizes="64x64" - href="/static/images/CITGLogo.png" /> + href="{{url_for('static', filename='images/CITGLogo.png')}}" /> </head> <body> |