Skip to content
Snippets Groups Projects
Commit 0a4145b4 authored by dcz's avatar dcz
Browse files

Remove X button from fin statement list

parent 5b13ec6b
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,6 @@
{% block title %}{% trans 'Umowy' %}{% endblock %}
{% block content2 %}
<table class="w-100">
<tr><td>
<div class="mt-3 float-right">
<a title="Zamknij" href="{% url 'financial_settlement:statement_add' %}" class="btn btn-sm btn-outline-dark">X</a>
</div>
</td>
</tr>
<tr><td>
<div class="mt-3">
<h5 class="float-left mt-2">{% trans 'Umowy' %}</h5>
<div class="mb-4 float-right">
......@@ -21,9 +13,6 @@
{% endif %}
</div>
</div>
</td>
</tr>
</table>
<table class="table">
<thead>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment