portal: refactor origin views into module

This commit is contained in:
Iain Learmonth 2022-05-04 13:46:52 +01:00
parent 33e6d58455
commit 22f850cf6b
8 changed files with 158 additions and 134 deletions

View file

@ -78,7 +78,7 @@
</li>
<li class="nav-item">
<a class="nav-link{% if section == "origin" %} active{% endif %}"
href="{{ url_for("portal.view_origins") }}">
href="{{ url_for("portal.origin.origin_list") }}">
Origins
</a>
</li>