X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimhandler%2Ftemplate%2Fvim_list.html;h=79e0e1dd33c1caaae1e0064d780cf9c555d7d26d;hb=refs%2Ftags%2Fv7.1.3;hp=ba38f6435a7c3a8f7c1ceeb66f9e98b1ee95a0a3;hpb=99a3d358490e2db8feec07ddfdbf676a8c4c868a;p=osm%2FLW-UI.git diff --git a/vimhandler/template/vim_list.html b/vimhandler/template/vim_list.html index ba38f64..79e0e1d 100644 --- a/vimhandler/template/vim_list.html +++ b/vimhandler/template/vim_list.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load staticfiles %} @@ -5,7 +21,7 @@ {% block head_block %} {{ block.super }} - + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -24,6 +40,7 @@ {% block content_body %} {{ block.super }} + {% include 'modal/vim_create.html' %} {% include 'modal/vim_details.html' %} {% csrf_token %}
@@ -33,8 +50,11 @@

Registered VIM

- New VIM +
@@ -62,115 +82,13 @@ {% block resource_block %} {{ block.super }} - - - + + + {% endblock %}