From 019bc39a5dc54ef875eab01bd628bc97e211e3db Mon Sep 17 00:00:00 2001 From: Nicolas Joyard <joyard.nicolas@gmail.com> Date: Sun, 24 Apr 2016 01:01:12 +0200 Subject: [PATCH] Remove typo --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f6c43a93..bb38eb94 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% compress css %} <link rel="stylesheet" href="{% static 'libs/bootstrap/dist/css/bootstrap.min.css' %}" type="text/css" /> <link rel="stylesheet" href="{% static 'libs/fontawesome/css/font-awesome.min.css' %}" type="text/css" /> - <link rel="stylesheet" href="{% static 'libs/flag-icon-css/css/flag-icon.min.css' %}" type="text/css" />" + <link rel="stylesheet" href="{% static 'libs/flag-icon-css/css/flag-icon.min.css' %}" type="text/css" /> <link rel="stylesheet" href="{% static 'less/base.less' %}" type="text/less" /> {% endcompress %} {% compress js %} -- GitLab