Fixed button states

This commit is contained in:
2022-02-15 16:58:39 +00:00
parent 3735e1e9ce
commit 77da13e0a0
2 changed files with 5 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
<script id="organisation-table-column-join" type="text/x-handlebars-template">
<td>
<div class="btn-group">
{{#ifx row.is_pending '==' 0 }}
{{#ifx row.is_pending '==' 1 }}
<button type="button" data-slug="{{row.slug}}" class="btn btn-danger js-organisation-cancelJoin" style="min-width: 70px">
{% endverbatim %}{{translate("CANCEL")}}{% verbatim %}
</button>