diff options
Diffstat (limited to 'portal-gui/templates/myrpki/parent_view.html')
-rw-r--r-- | portal-gui/templates/myrpki/parent_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-gui/templates/myrpki/parent_view.html b/portal-gui/templates/myrpki/parent_view.html index e1852245..13a9d848 100644 --- a/portal-gui/templates/myrpki/parent_view.html +++ b/portal-gui/templates/myrpki/parent_view.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -<p>Handle: <a href="{% url rpkigui.myrpki.views.dashboard %}">{{ request.session.handle.handle }}</a> +<p>Handle: <a href="{% url rpki.gui.app.views.dashboard %}">{{ request.session.handle.handle }}</a> <h1>Parent View</h1> <p>Parent: {{ parent.handle }} <h2>Delegated Addresses</h2> |