Hola {{current_user.username}}
Tu link de invitación es:
https://baches.qro.mx/registrame/{{current_user.referral_code}}
diff --git a/templates/index.html b/templates/index.html
index c9aa734..ca05c99 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,7 +11,7 @@
attribution: '© OpenStreetMap contributors',
detectRetina: true,
tileSize: 256,
- maxZoom: 19,
+ maxZoom: 20,
maxNativeZoom: 18,
//zoomOffset: 1,
}).addTo(map);
@@ -40,15 +40,6 @@
.bindPopup("
{{ pin.description }} Fecha del reporte: {{pin.time}}
");
{% endfor %}
- L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
- attribution: '© OpenStreetMap contributors',
- detectRetina: true,
- tileSize: 256,
- maxZoom: 20,
- maxNativeZoom: 18,
- //zoomOffset: 1,
- }).addTo(map);
-
// Geolocation function
function onLocationFound(e) {
diff --git a/templates/quienes.html b/templates/quienes.html
index c166271..f6393b6 100644
--- a/templates/quienes.html
+++ b/templates/quienes.html
@@ -1,7 +1,7 @@
{% extends 'secondbase.html' %}
{% block content %}
-
+
Somos civiles y voluntari@s
Esta página es un servicio comunitario desarrollado por el hackspace Kernel Panic Room, con un (maravilloso) dominio patrocinado por el programa de RSE de Qro.mx.
Nuestro objetivo es construir un puente entre la ciudadanía y las autoridades estatales y municipales para poder recabar, catalogar y visibilizar los problemas infraestructurales de nuestra entindad, con el fin de facilitar que se solucionen.
diff --git a/templates/secondbase.html b/templates/secondbase.html
index 9278231..5746aac 100644
--- a/templates/secondbase.html
+++ b/templates/secondbase.html
@@ -11,7 +11,7 @@
-
+
@@ -34,7 +34,7 @@
{% endif %}
{% endwith %}
-
+
{% block content %}