fix update toot link
This commit is contained in:
parent
396fb6c69d
commit
9747dfcaac
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def send_mastodon_toot_update(sender, instance, created, **kwargs):
|
||||||
transaction.on_commit(lambda: post_to_mastodon(
|
transaction.on_commit(lambda: post_to_mastodon(
|
||||||
f"📢 Neue Entwicklung im Verwaltungsvorhaben: {instance.plan.title}!\n\n"
|
f"📢 Neue Entwicklung im Verwaltungsvorhaben: {instance.plan.title}!\n\n"
|
||||||
f"{instance.title}: {strip_html_tags(instance.content)}\n\n"
|
f"{instance.title}: {strip_html_tags(instance.content)}\n\n"
|
||||||
f"🔗 Primärquelle: {instance.reference}\n"
|
f"🔗 Primärquelle: {instance.url}\n"
|
||||||
f"📋 Verwaltungstracker-Eintrag: {instance.plan.get_absolute_domain_url()}\n\n"
|
f"📋 Verwaltungstracker-Eintrag: {instance.plan.get_absolute_domain_url()}\n\n"
|
||||||
f"#karlsruhe"
|
f"#karlsruhe"
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue