Skip to content

Commit

Permalink
Fix page titles again
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 4, 2024
1 parent 7de02b4 commit abea68f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/delete.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "orga/base.html" %}
{% load i18n %}

{% block extra_title %}{% trans "Delete a page" %}{% endblock %}
{% block extra_title %}{% trans "Delete a page" %} :: {% endblock %}

{% block content %}
<h1>{% trans "Delete a page" %}</h1>
Expand Down
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load bootstrap4 %}
{% load static %}

{% block extra_title %}{% trans "Page" %}{% endblock %}
{% block extra_title %}{% trans "Page" %} :: {% endblock %}

{% block content %}
<h1>{% trans "Page" %}</h1>
Expand Down
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load compress %}
{% load static %}

{% block extra_title %}{% trans "Pages" %}{% endblock %}
{% block extra_title %}{% trans "Pages" %} :: {% endblock %}

{% block content %}
<h1>{% trans "Pages" %}</h1>
Expand Down
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endif %}
{% endblock %}

{% block extra_title %}{{ page_title }}{% endblock %}
{% block extra_title %}{{ page_title }} :: {% endblock %}

{% block content %}
<h2>{{ page_title }}</h2>
Expand Down

0 comments on commit abea68f

Please sign in to comment.