Edit blog home UI

This commit is contained in:
cuom1999 2022-05-30 02:37:48 -05:00
parent 8c846bf414
commit 22470c2f58
3 changed files with 23 additions and 17 deletions

View file

@ -21,7 +21,7 @@
{% if can_edit %}
<li>
<div>
<a href="{{ url('edit_organization', organization.id, organization.slug) }}">{{ _('Edit organization') }}</a>
<a href="{{ url('edit_organization', organization.id, organization.slug) }}">{{ _('Edit group') }}</a>
</div>
</li>
{% endif %}