Skip to content
Snippets Groups Projects

Editace emailu + zvací emaily

Merged Jiří Setnička requested to merge jirka/maily into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -57,7 +57,7 @@
@@ -57,7 +57,7 @@
{% endif %}</td>
{% endif %}</td>
<td><div class='btn-group'>
<td><div class='btn-group'>
<a class="btn btn-xs btn-primary" href="{{ url_for('org_org', id=user.user_id) }}">Detail</a>
<a class="btn btn-xs btn-primary" href="{{ url_for('org_org', id=user.user_id) }}">Detail</a>
{% if can_edit and not user.is_admin %}<a class="btn btn-xs btn-default" href="{{ url_for('org_org_edit', id=user.user_id) }}">Edit</a>{% endif %}
{% if can_edit and (not user.is_admin or g.user.is_admin) %}<a class="btn btn-xs btn-default" href="{{ url_for('org_org_edit', id=user.user_id) }}">Edit</a>{% endif %}
</div></td>
</div></td>
</tr>
</tr>
{% endfor %}
{% endfor %}
Loading