Commit a37d90ba authored by Michal Čihař's avatar Michal Čihař

Do not show lock message for own locks

parent dae1769e
{% load translations %}
{% if object.is_user_locked %}
{% if object.is_user_locked and object.lock_user != request.user %}
{% show_message "warning" object.get_lock_display %}
{% endif %}
{% if object.subproject.locked or object.locked %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment