Merge pull request '#53 Remove buttons' (#68) from 53_Remove_Import-Export into master

Reviewed-on: SGD-Nord/konova#68
This commit is contained in:
Michel Peltriaux 2022-01-13 09:00:05 +01:00
commit be7934f34a

View File

@ -41,8 +41,6 @@
</div>
<div class="dropdown-menu">
<a class="dropdown-item" href="{% url 'ema:index' %}" title="{% trans 'Payment funded compensations' %}">{% fa5_icon 'euro-sign' %} {% trans 'EMA' %}</a>
<a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'file-import' %} {% trans 'Import...' %}</a>
<a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'file-export' %} {% trans 'Export...' %}</a>
<a class="dropdown-item" href="{% url 'analysis:reports' %}">{% fa5_icon 'file-alt' %} {% trans 'Reports' %}</a>
</div>
</li>