Skip to content

Commit

Permalink
Tweak edit page form title to be more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Oct 5, 2024
1 parent 9aa7065 commit 70aebdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wafer/pages/templates/wafer.pages/page_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% load i18n %}
{% load static %}
{% block title %}{% blocktranslate %}Editing Page: {{ page }} - {{ WAFER_CONFERENCE_NAME }}{% endblocktranslate %}{% endblock %}
{% block extra_head %}
{{ block.super }}
<link href="{% static 'css/markitup_styling.css' %}" type="text/css" media="screen" rel="stylesheet" />
Expand Down

0 comments on commit 70aebdc

Please sign in to comment.