diff --git a/app/core/views/history.py b/app/core/views/history.py index 6b3698f6..67a14dc4 100644 --- a/app/core/views/history.py +++ b/app/core/views/history.py @@ -99,6 +99,12 @@ class View(OrganizationPermission, generic.View): self.model = Organization + case 'port': + + from itim.models.services import Port + + self.model = Port + case 'team': self.model = Team diff --git a/app/itim/templates/itim/port.html.j2 b/app/itim/templates/itim/port.html.j2 new file mode 100644 index 00000000..02a0db7c --- /dev/null +++ b/app/itim/templates/itim/port.html.j2 @@ -0,0 +1,196 @@ +{% extends 'base.html.j2' %} + +{% load markdown %} + +{% block content %} + + + + +