Skip to content

Commit

Permalink
fixing label at schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdandrade committed Jun 10, 2024
1 parent 5fab465 commit 4197274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>Solicitação {{order_request.id}}</h1>
{% endif %}

{% if order_request.status != "ACEITO" %}
<button type="submit">Atualizar</button>
<button type="submit"> {% if order_request.status == "AGENDADO" %}Equipamento recebido{% else %}Atualizar{% endif %}</button>
{% else %}
<div class="works">
<label for="detailed_problem_description">Descrição detalhada do problema:</label>
Expand Down

0 comments on commit 4197274

Please sign in to comment.