Skip to content

Commit

Permalink
Merge branch '3556_clean_html_titles_for_pages_app' of github.com:com…
Browse files Browse the repository at this point in the history
…ic/grand-challenge.org into 3556_clean_html_titles_for_pages_app
  • Loading branch information
ammar257ammar committed Oct 24, 2024
2 parents ecbbe00 + 64aeddd commit cdf8e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grandchallenge/pages/templates/pages/page_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load url %}

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

{% block breadcrumbs %}
Expand Down

0 comments on commit cdf8e25

Please sign in to comment.