mastodon: add kommunalpolitik hashtag
This commit is contained in:
parent
ee3800104f
commit
e5acfdf19d
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ def send_mastodon_toot_update(sender, instance, created, **kwargs):
|
|||
f"{instance.title}: {strip_html_tags(instance.content)}\n\n"
|
||||
f"🔗 Primärquelle: {instance.url}\n"
|
||||
f"📋 Verwaltungstracker-Eintrag: {instance.plan.get_absolute_domain_url()}\n\n"
|
||||
f"#karlsruhe"
|
||||
f"#karlsruhe #kommunalpolitik"
|
||||
))
|
||||
|
||||
@receiver(post_save, sender=GovernmentPlan)
|
||||
|
|
@ -37,5 +37,5 @@ def send_mastodon_toot_plan(sender, instance, created, **kwargs):
|
|||
f"📢 Neues Verwaltungsvorhaben '{instance.title}' wurde aufgenommen.\n\n"
|
||||
f"🔗 Primärquelle: {instance.reference}\n"
|
||||
f"📋 Verwaltungstracker-Eintrag: {instance.get_absolute_domain_url()}\n\n"
|
||||
f"#karlsruhe"
|
||||
f"#karlsruhe #kommunalpolitik"
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue