From 75cf77f355e63f015e11e44c159b16fe951990b4 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Wed, 10 Jan 2024 18:24:48 +0100 Subject: [PATCH] doc: Update bootstrap version in comment --- VIPSWeb/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VIPSWeb/templates/base.html b/VIPSWeb/templates/base.html index c38c0468..77361848 100755 --- a/VIPSWeb/templates/base.html +++ b/VIPSWeb/templates/base.html @@ -26,7 +26,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="{% static "favicon.ico" %}" type="image/x-icon" /> - <!-- Using Twitter Bootstrap 3.0.2 --> + <!-- Using Twitter Bootstrap 3.4.1 --> <link href="{% static "css/3rdparty/bootstrap.min.css" %}" rel="stylesheet" media="screen" /> <!-- Fonts from Google --> <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,200,200italic,300,300italic' rel='stylesheet' type='text/css'> -- GitLab