Add support for closing petitions, and emit notifications when relevant

This commit is contained in:
Trever Fischer
2012-06-09 16:49:27 -04:00
parent 72f0632080
commit 9619f5f1db
7 changed files with 48 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
{{reply.user}} replied to your post in {{reply.topic}}:
{{reply.body}}
{{reply.get_absolute_url}}

View File

@@ -0,0 +1,6 @@
Petition {{petition.id}} has been closed by {{closingUser}}:
{{petition.body}}
{{petition.get_absolute_url}}

View File

@@ -0,0 +1,5 @@
{{comment.author}} commented on petition {{petition.id}}:
{{comment.body}}
{{petition.get_absolute_url}}

View File

@@ -0,0 +1,5 @@
{{petition.author}} opened petition {{petition.id}}:
{{petition.body}}
{{petition.get_absolute_url}}