Skip to content

Commit 6ec0053

Browse files
authored
Merge pull request #23 from qgis/hide_map
Hide homepage map for now
2 parents 142b5c3 + aedf2eb commit 6ec0053

File tree

1 file changed

+3
-1
lines changed
  • django_project/changes/templates/sponsor

1 file changed

+3
-1
lines changed

django_project/changes/templates/sponsor/list.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h1 class="title">
107107
</a>
108108
</div>
109109

110+
110111
<p>
111112
We thank our sustaining members and donors
112113
who support the QGIS project, often regularly,
@@ -136,7 +137,8 @@ <h5 id="how-become-a-sustaining-member">How to become a sustaining member?
136137
</div>
137138
</div>
138139

139-
{% include "sponsor/world-map.html" %}
140+
{% comment %} {% include "sponsor/world-map.html" %} {% endcomment %}
141+
140142

141143
{% if num_sponsors == 0 %}
142144
{% if unapproved %}

0 commit comments

Comments
 (0)