aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-01 15:08:24 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitb318694bfe4378f9d98e4cde94269cc209c9df39 (patch)
tree5daa93466a388aaacad20948153e64add42c4e92
parent6c2c945d192c707293aedba29ac94b8b677f7b3e (diff)
Replace references to "poll" with "diddle"
-rw-r--r--templates/manage.html.j24
1 files 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 %}
-<h2>Managing poll <span class="contrast">{{ poll.title }}</span> by <i>{{ poll.author_name }}</i></h2>
+<h2>Managing <span class="contrast">{{ poll.title }}</span> by <i>{{ poll.author_name }}</i></h2>
<p>{{ poll.pub_date_formatted_notz() }}.</p>
<div>
@@ -11,7 +11,7 @@
</div>
<p></p>
<div>
- <strong>Note!</strong> You can only edit this poll if you have this URL or use the same browser session:<br>
+ <strong>Note!</strong> You can only edit this diddle if you have this URL or use the same browser session:<br>
<a id="manage-link" href="{{ poll.manage_url() }}">{{ poll.manage_url() }}</a>
</div>
<p></p>