Skip to content

Commit

Permalink
Update hangingprotocol form template title
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar committed Oct 16, 2024
1 parent da38d66 commit a54b771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load static %}

{% block title %}
{{ object|yesno:"Update,Create Hanging Protocol" }} {% if object %} {{ object.title }} {% endif %} - Hanging Protocols - {{ block.super }}
{{ object|yesno:"Update,Create Hanging Protocol" }} {% if object %} - {{ object.title }} {% else %} - Hanging Protocols {% endif %} - {{ block.super }}
{% endblock %}

{% block breadcrumbs %}
Expand Down

0 comments on commit a54b771

Please sign in to comment.