fix string formatting of uuid for irc message

This commit is contained in:
Stephan Telling 2017-07-13 21:18:57 +02:00
parent 79f240d4d1
commit 8b000d8dae
No known key found for this signature in database
GPG key ID: D4892289F36ADA9B

View file

@ -301,7 +301,7 @@ def notify_proposals(sender, created, instance, **kwargs):
)
OutgoingIrcMessage.objects.create(
target=target,
message="New event proposal: {} - https://bornhack.dk/admin/program/eventproposal/{{ proposal.uuid }}/change/".format(
message="New event proposal: {} - https://bornhack.dk/admin/program/eventproposal/{}/change/".format(
instance.title,
instance.uuid
),