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:
committed by
Bombar Maxime
parent
da12733508
commit
a1f37f0eea
@ -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">
|
||||
|
Reference in New Issue
Block a user