Skip to content
Snippets Groups Projects
Verified Commit c7770ece authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix name of rule

parent b9330396
No related branches found
No related tags found
1 merge request!207Resolve "Roles and permissions"
......@@ -10,7 +10,7 @@
{% block content %}
<h4>{{ person.first_name }} {{ person.last_name }}</h4>
{% has_perm 'core.change_person' user person as can_change_person %}
{% has_perm 'core.edit_person' user person as can_change_person %}
{% if can_change_person %}
<p>
<a href="{% url 'edit_person_by_id' person.id %}" class="btn waves-effect waves-light">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment