Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f4da4d

Browse files
authored
Update nomination page titles (python#1589)
1 parentba881e5 commit7f4da4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎templates/nominations/nomination_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "psf/default.html" %}
22

33
{% block page_title %}
4-
Nomination for {{ nomination.name }}
4+
Nomination for {{ nomination.name }} in {{ nomination.election.name }} Election
55
| {{ SITE_INFO.site_name }}
66
{% endblock %}
77

‎templates/nominations/nominee_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load nominations %}
33

44
{% block page_title %}
5-
Nomination for {{nomination.name }}
5+
Nominee for {{election.name }} Election
66
| {{ SITE_INFO.site_name }}
77
{% endblock %}
88

‎templates/nominations/nominee_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load nominations %}
33

44
{% block page_title %}
5-
Nomination for {{nomination.name }}
5+
Nominees for {{election.name }} Election
66
| {{ SITE_INFO.site_name }}
77
{% endblock %}
88

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp