Skip to content
Snippets Groups Projects
Commit 7c81cd4d authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Show interest in AK details

parent e2e2f912
Branches
No related tags found
No related merge requests found
......@@ -301,6 +301,7 @@ class AK(models.Model):
{self.owners_list}
{_('Interest')}: {self.interest}
{_("Requirements")}: {", ".join(str(r) for r in self.requirements.all())}
{_("Conflicts")}: {", ".join(str(c) for c in self.conflicts.all())}
{_("Prerequisites")}: {", ".join(str(p) for p in self.prerequisites.all())}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment