fix blog permissions
This commit is contained in:
parent
9f43e712d0
commit
eaa7be6ec6
3 changed files with 10 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
{% elif organization.is_open or can_edit %}
|
||||
<form method="post" action="{{ url('join_organization', organization.id, organization.slug) }}">
|
||||
{% csrf_token %}
|
||||
<input type="submit" class="unselectable button" value="{{ _('Join') }}" style="margin-right: 1em">
|
||||
<input type="submit" class="unselectable button" value="{{ _('Join') }}">
|
||||
</form>
|
||||
{% else %}
|
||||
<a href="{{ url('request_organization', organization.id, organization.slug) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue