Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Jun 22, 2020
1 parent a4425b4 commit ce49c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_publisher/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% endif %}
</tr>
{% endfor %}
{% if perms.music_publisher.camn_process_royalties %}
{% if perms.music_publisher.can_process_royalties and group.name=='Musical Works' %}
<tr>
<th scope="row"><a href="{% url 'royalty_calculation' %}">Royalty Calculation</a></th>
</tr>
Expand Down

0 comments on commit ce49c08

Please sign in to comment.