Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
50d3a897
Commit
50d3a897
authored
Apr 15, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descripcion reportes
parent
51d647ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
forms.py
catalog/forms.py
+1
-1
aside.html
reports/templates/aside.html
+10
-0
No files found.
catalog/forms.py
View file @
50d3a897
...
...
@@ -9,7 +9,7 @@ from catalog.models import Process
#from django.contrib.auth.models import User
#from buscador.models import Investigador, Reto
all_process
=
Process
.
objects
.
all
(
)
all_process
=
Process
.
objects
.
filter
(
status
=
True
)
platforms
=
[
]
...
...
reports/templates/aside.html
View file @
50d3a897
...
...
@@ -159,6 +159,16 @@
</span>
</a>
<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>
<a
class=
"treeview submenu"
href=
"#"
>
<i
class=
"fa fa-file-code-o"
></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment