Not going to implement that today

This commit is contained in:
Mouse Reeve 2021-09-08 15:33:53 -07:00
parent c4a43d5029
commit 605af3bf88

View file

@ -50,10 +50,6 @@
<span class="icon icon-x" title="{{ button_text }}" aria-hidden="true"></span> <span class="icon icon-x" title="{{ button_text }}" aria-hidden="true"></span>
<span class="is-hidden-mobile">{{ button_text }}</span> <span class="is-hidden-mobile">{{ button_text }}</span>
</button> </button>
{% trans "Block users" as button_text %}
<button class="button is-danger">
{{ button_text }}
</button>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}