diff --git a/templates/show.html b/templates/show.html index 1c65efe..b53a3fa 100644 --- a/templates/show.html +++ b/templates/show.html @@ -38,8 +38,13 @@ - To Index - Edit + {%if parent%} + {%if parent[5]%} + To Parent + {%endif%} + To Index + Edit + {%endif%}