Advertising mail notifications on the city page
This commit is contained in:
parent
27b63d9f8f
commit
ef0ce8f9f1
|
@ -89,8 +89,15 @@
|
|||
<p>
|
||||
With your bot, we generated you a page, which you can use for promotion: <a href="/city/{{city}}"
|
||||
target="_blank">Ticketfrei {{city}}</a> You can change what your users will read there, and adjust it to your
|
||||
needs. <b>You should definitely adjust the Social Media profile links.</b> This is just the default text we
|
||||
suggest:
|
||||
needs.
|
||||
</p>
|
||||
<p>
|
||||
<b>You should definitely adjust the Social Media profile links.</b>
|
||||
Also consider adding this link to the text: <a href="/city/mail/{{city}}" target="_blank">Link to the mail subscription page</a>.
|
||||
Your readers can use this to subscribe to mail notifications.
|
||||
</p>
|
||||
<p>
|
||||
So this is the default text we suggest:
|
||||
</p>
|
||||
<form action="/settings/markdown" method="post">
|
||||
<textarea id="markdown" rows="20" cols="70" name="markdown" wrap="physical">{{markdown}}</textarea>
|
||||
|
|
5
user.py
5
user.py
|
@ -278,6 +278,11 @@ also pass trotzdem auf, wer auf dem Bahnsteig steht.
|
|||
Aber je mehr Leute mitmachen, desto eher kannst du dir sicher
|
||||
sein, dass wir sie finden, bevor sie uns finden.
|
||||
|
||||
Wenn du immer direkt gewarnt werden willst, kannst du auch die
|
||||
E-Mail-Benachrichtigungen aktivieren. Gib einfach
|
||||
<a href="/city/mail/""" + city + """"/">hier</a> deine
|
||||
E-Mail-Adresse an.
|
||||
|
||||
Also, wenn du weniger Glück hast, und der erste bist, der einen
|
||||
Kontrolleur sieht:
|
||||
|
||||
|
|
Loading…
Reference in a new issue