X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=projecthandler%2Ftemplate%2Fproject%2Fnew_project.html;fp=projecthandler%2Ftemplate%2Fproject%2Fnew_project.html;h=0000000000000000000000000000000000000000;hb=480be48e0f8582486e2e55b79a6075039f79da8e;hp=44fb435a0ed21edab4971bd616aae341b72b06a4;hpb=beb8a4ddade41736a25360aad0b72cc77d4552eb;p=osm%2FLW-UI.git diff --git a/projecthandler/template/project/new_project.html b/projecthandler/template/project/new_project.html deleted file mode 100644 index 44fb435..0000000 --- a/projecthandler/template/project/new_project.html +++ /dev/null @@ -1,129 +0,0 @@ -{% extends "base.html" %} - -{% load staticfiles %} - -{% block head_block %} -{{ block.super }} - - - -{% endblock %} - -{% block left_sidebar %} - {% include 'left_sidebar_base.html' %} -{% endblock %} - -{% block breadcrumb_body %} -{{ block.super }} -
  • New Project
  • -{% endblock %} - -{% block content_body %} -{{ block.super }} -
    -
    - -
    -
    -

    New Project

    -
    - - -
    - {% csrf_token %} -
    -
    -
    -

    Project Type

    - - - -
    -
    -

    Project Name

    - -
    -
    -

    Info

    - -
    - - -
    -
    - -
    -
    -
    - {% autoescape off %}{{ type_container_template }}{% endautoescape %} -
    -
    - - -
    - -
    -
    - - -
    -
    -{% endblock %} - -{% block resource_block %} -{{ block.super }} - - - - - -{% endblock %} -