fix erang
This commit is contained in:
parent
f94a103975
commit
4c07664d0a
|
@ -17,7 +17,7 @@ class EmailerIssue(ItfModel):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def info_dict(self):
|
def info_dict(self, request):
|
||||||
return {
|
return {
|
||||||
'issue': self,
|
'issue': self,
|
||||||
'weblinks': Weblink.objects.filter(issue=self),
|
'weblinks': Weblink.objects.filter(issue=self),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user