Map settings button removed

* removes map settings button, since there is no implementation and it is unclear, whether this will ever become a real feature
This commit is contained in:
mpeltriaux 2022-10-12 10:18:57 +02:00
parent 7ccb362968
commit 68e8a0201f

View File

@ -38,14 +38,6 @@
</article> </article>
<hr> <hr>
<div class="col-sm"> <div class="col-sm">
<div class="row mb-2">
<a href="{% url 'user:index' %}" title="{% trans 'Change default configuration for your KSP map' %}">
<button class="btn btn-default">
{% fa5_icon 'layer-group' %}
<span>{% trans 'Map settings' %}</span>
</button>
</a>
</div>
<div class="row mb-2"> <div class="row mb-2">
<a href="{% url 'user:notifications' %}" title="{% trans 'Change notification configurations' %}"> <a href="{% url 'user:notifications' %}" title="{% trans 'Change notification configurations' %}">
<button class="btn btn-default"> <button class="btn btn-default">