Skip to content

Commit 73ad80b

Browse files
Merge branch 'develop' of https://github.com/hotosm/umap into login_hanko
2 parents 6f3e483 + f03037f commit 73ad80b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/custom/templates/umap/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</section>
88

99
<section>
10-
<button class="nav-hamburger" aria-label="Menu" onclick="this.closest('nav').querySelector('.nav-links').classList.toggle('open'); this.setAttribute('aria-expanded', this.getAttribute('aria-expanded') !== 'true'); this.textContent = this.getAttribute('aria-expanded') === 'true' ? 'X' : 'Menu'" aria-expanded="false">Menu</button>
10+
<button class="nav-hamburger" aria-label="Menu" onclick="this.closest('nav').querySelector('.nav-links').classList.toggle('open'); this.setAttribute('aria-expanded', this.getAttribute('aria-expanded') !== 'true'); this.textContent = this.getAttribute('aria-expanded') === 'true' ? '' : ''" aria-expanded="false"></button>
1111
<ul class="nav-links">
1212
{% if AUTH_PROVIDER != 'hanko' %}
1313
{% if user.is_authenticated %}<li><a href="{% url 'user_dashboard' %}">{% trans "My Dashboard" %} ({{ user }})</a></li><li><a href="{{ user.get_stars_url }}">{% trans "Starred maps" %}</a></li>{% else %}<li><a href="{% url 'login' %}" class="login">{% trans "Log in" %} / {% trans "Sign in" %}</a></li>{% endif %}

compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ services:
5858
- COOKIE_SECURE=${COOKIE_SECURE:-true}
5959
- ADMIN_EMAILS=${ADMIN_EMAILS:-}
6060
volumes:
61-
- ./data:/app/umap/var/data
6261
- static_volume:/app/static
6362
- icons_volume:/app/custom/icons
6463
- umap_data_volume:/app/data

0 commit comments

Comments
 (0)