fix update toot link
This commit is contained in:
parent
a9f80f0b3e
commit
396fb6c69d
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(
|
||||
f"📢 Neue Entwicklung im Verwaltungsvorhaben: {instance.plan.title}!\n\n"
|
||||
f"{instance.title}: {strip_html_tags(instance.content)}\n\n"
|
||||
f"🔗 Primärquelle: {instance.plan.reference}\n"
|
||||
f"🔗 Primärquelle: {instance.reference}\n"
|
||||
f"📋 Verwaltungstracker-Eintrag: {instance.plan.get_absolute_domain_url()}\n\n"
|
||||
f"#karlsruhe"
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue