Skip to content

Commit

Permalink
Merge pull request #724 from drnlm/feature/add_page_name_to_edit_title
Browse files Browse the repository at this point in the history
Tweak edit page form title to be more informative
  • Loading branch information
drnlm authored Oct 5, 2024
2 parents 1355cdc + 8c7edcb commit edd70c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions wafer/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-05 11:48+0000\n"
"POT-Creation-Date: 2024-10-05 20:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -190,7 +190,12 @@ msgstr ""
msgid "No previous versions to compare to"
msgstr ""

#: wafer/pages/templates/wafer.pages/page_form.html:11
#: wafer/pages/templates/wafer.pages/page_form.html:5
#, python-format
msgid "Editing Page: %(page)s - %(WAFER_CONFERENCE_NAME)s"
msgstr ""

#: wafer/pages/templates/wafer.pages/page_form.html:12
msgid "Edit Page"
msgstr ""

Expand Down Expand Up @@ -687,7 +692,7 @@ msgstr ""
msgid "Mark selected talks as Accepted"
msgstr ""

#: wafer/talks/forms.py:124 wafer/users/forms.py:23 wafer/users/forms.py:74
#: wafer/talks/forms.py:124 wafer/users/forms.py:23 wafer/users/forms.py:72
msgid "Save"
msgstr ""

Expand Down Expand Up @@ -1280,11 +1285,11 @@ msgstr ""
msgid "profiles"
msgstr ""

#: wafer/users/forms.py:68
#: wafer/users/forms.py:66
msgid "<p>Code Hosting Profiles</p>"
msgstr ""

#: wafer/users/forms.py:72
#: wafer/users/forms.py:70
msgid "<p>Social Profiles</p>"
msgstr ""

Expand Down
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 edd70c1

Please sign in to comment.