From b318694bfe4378f9d98e4cde94269cc209c9df39 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Mar 2024 15:08:24 +0200 Subject: Replace references to "poll" with "diddle" --- templates/manage.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/manage.html.j2 b/templates/manage.html.j2 index 4a7a99e..1df54a1 100644 --- a/templates/manage.html.j2 +++ b/templates/manage.html.j2 @@ -2,7 +2,7 @@ {% block content %} -

Managing poll {{ poll.title }} by {{ poll.author_name }}

+

Managing {{ poll.title }} by {{ poll.author_name }}

{{ poll.pub_date_formatted_notz() }}.

@@ -11,7 +11,7 @@

- Note! You can only edit this poll if you have this URL or use the same browser session:
+ Note! You can only edit this diddle if you have this URL or use the same browser session:
{{ poll.manage_url() }}

-- cgit v1.3