descripcion reportes

parent 51d647ae
...@@ -9,7 +9,7 @@ from catalog.models import Process ...@@ -9,7 +9,7 @@ from catalog.models import Process
#from django.contrib.auth.models import User #from django.contrib.auth.models import User
#from buscador.models import Investigador, Reto #from buscador.models import Investigador, Reto
all_process = Process.objects.all() all_process = Process.objects.filter(status=True)
platforms = [ ] platforms = [ ]
......
...@@ -159,6 +159,16 @@ ...@@ -159,6 +159,16 @@
</span> </span>
</a> </a>
<ul class="treeview-menu sidebar-form"> <ul class="treeview-menu sidebar-form">
<li>
<a class="treeview submenu" href="../../static/reports/tmpImages/repsat_test_dev/{{ email }}/{{ purchaseID }}/myzip.zip">
<i class="fa fa-file-zip-o"></i>
<span>Export to Zip</span>
<span class="pull-right-container">
<span class="label label-primary pull-right"></span>
</span>
</a>
</li>
<li> <li>
<a class="treeview submenu" href="#"> <a class="treeview submenu" href="#">
<i class="fa fa-file-code-o"></i> <i class="fa fa-file-code-o"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment