Skip to content

Commit

Permalink
Update post form template title
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar committed Oct 16, 2024
1 parent 30e9454 commit 71dc4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grandchallenge/blogs/templates/blogs/post_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load url %}

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

{% block breadcrumbs %}
Expand Down

0 comments on commit 71dc4e6

Please sign in to comment.