X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimhandler%2Ftemplate%2Fvim_list.html;h=79e0e1dd33c1caaae1e0064d780cf9c555d7d26d;hb=c1e3d672556a859371f2586d6e512bfb708b7561;hp=046e82db519d4ee10895e7c3506f8ec78df929f1;hpb=e5a130af55131c3437fe3e2b7bb7cdacd0b22add;p=osm%2FLW-UI.git diff --git a/vimhandler/template/vim_list.html b/vimhandler/template/vim_list.html index 046e82d..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 %} @@ -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 +
@@ -64,113 +84,11 @@ {{ block.super }} + - {% endblock %}