We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5cccf commit 133d407Copy full SHA for 133d407
1 file changed
ietf/liaisons/models.py
@@ -89,6 +89,8 @@ def from_email(self):
89
except FromBodies.DoesNotExist:
90
email_priority = 1
91
return self.person.emailaddress_set.all().get(priority=email_priority)
92
+ def get_absolute_url(self):
93
+ return '/liaison/%d/' % self.detail_id
94
class Meta:
95
db_table = 'liaison_detail'
96
class Admin:
0 commit comments