Validation/devalidation of a transaction on profile page
This commit is contained in:
parent
da12733508
commit
a1f37f0eea
6 changed files with 60 additions and 40 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue