X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=projecthandler%2Ftemplate%2Fproject%2Fproject_details.html;fp=projecthandler%2Ftemplate%2Fproject%2Fproject_details.html;h=57817fb89d9138b331b6a82bb3b63f31de997d83;hb=f705bc834c4073155310ef740475d3d8543b22f4;hp=aac2983e5733753634f85ace38d10db6d1bd46e5;hpb=162ddd1d6b32a82e060eaca8f8d32683c49560ac;p=osm%2FLW-UI.git diff --git a/projecthandler/template/project/project_details.html b/projecthandler/template/project/project_details.html index aac2983..57817fb 100644 --- a/projecthandler/template/project/project_details.html +++ b/projecthandler/template/project/project_details.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load staticfiles %} @@ -24,7 +40,11 @@ {% block breadcrumb_body %} {{ block.super }} -
  • Projects
  • + {% if user.is_admin %} +
  • Projects
  • + {% else%} +
  • Projects
  • + {% endif %}
  • {{project_overview.name}}
  • {% endblock %}