Fix TG message template
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ class JobAd(models.Model):
|
||||
|
||||
def generateMessage(heading: str, title: str, description: str, url: str):
|
||||
return render_to_string(
|
||||
"tg_message.tpl",
|
||||
"webapp/tg_message.tpl",
|
||||
{"heading": heading, "title": title, "description": description, "url": url},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user