1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Validation/devalidation of a transaction on profile page

This commit is contained in:
Yohann D'ANELLO
2020-03-16 10:39:16 +01:00
committed by Bombar Maxime
parent da12733508
commit a1f37f0eea
6 changed files with 60 additions and 40 deletions

View File

@ -53,6 +53,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
{{ form.media }}
{% endif %}
<style>
.validate:hover {
cursor: pointer;
text-decoration: underline;
}
</style>
{% block extracss %}{% endblock %}
</head>
<body class="d-flex w-100 h-100 flex-column">