next step only in not edit mode
This commit is contained in:
parent
68cf7761d7
commit
9daec9c8f1
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@
|
|||
{% if user_is_installer %}
|
||||
<button type="submit" class="btn btn-success" form="installation-report-form">ثبت گزارش</button>
|
||||
{% endif %}
|
||||
{% if next_step %}
|
||||
{% if next_step and not edit_mode %}
|
||||
<a href="{% url 'processes:step_detail' instance.id next_step.id %}" class="btn btn-primary">
|
||||
بعدی
|
||||
<i class="bx bx-chevron-left bx-sm me-sm-n2"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue