From 95255ff3eaee7cb9bf12bc45409b4100a9e7c821 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Mon, 21 Feb 2022 15:38:41 +0100 Subject: [PATCH] #121 Fancy spatial reference * visual enhancement for spatial reference rendering --- konova/templates/konova/includes/parcels.html | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/konova/templates/konova/includes/parcels.html b/konova/templates/konova/includes/parcels.html index 9ccd9d5..952fde1 100644 --- a/konova/templates/konova/includes/parcels.html +++ b/konova/templates/konova/includes/parcels.html @@ -1,8 +1,18 @@ -{% load i18n %} +{% load i18n fontawesome_5 %}
-

{% trans 'Spatial reference' %}

-
- - {% trans 'Loading...' %} +
+
+
+ {% fa5_icon 'search-location' %} + {% trans 'Spatial reference' %} +
+
+
+
+
+ +
+
+
\ No newline at end of file