Skip to content

Commit

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

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

{% block breadcrumbs %}
Expand All @@ -15,7 +15,7 @@
href="{{ object.get_absolute_url }}">{{ object.title }}</a></li>
{% endif %}
<li class="breadcrumb-item active"
aria-current="page">{{ object|yesno:"Update,Create" }}</li>
aria-current="page">{{ object|yesno:"Update,Create Hanging Protocol" }}</li>
</ol>
{% endblock %}

Expand Down

0 comments on commit da38d66

Please sign in to comment.