From a4ed5d821921e43b73ecaf2ef802fab2b74d0b63 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 20 Mar 2024 11:38:40 +0300 Subject: Use `url_for` to get icon. --- qc_app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qc_app/templates') 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%} + href="{{url_for('static', filename='images/CITGLogo.png')}}" /> -- cgit v1.2.3