Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
a6bfb770
Commit
a6bfb770
authored
Mar 20, 2020
by
LE GAC Renaud
Browse files
Update controller graphs/citations to remove title in figure.
parent
855a1e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
controllers/graphs.py
controllers/graphs.py
+0
-3
No files found.
controllers/graphs.py
View file @
a6bfb770
...
...
@@ -144,9 +144,6 @@ def citations():
#
# rendering
#
title
=
f
"
{
selector
.
graphs
}
{
repr_team_project
(
db
,
selector
)
}
"
fig
.
text
(
0.05
,
0.93
,
title
,
fontsize
=
11
)
response
.
view
=
f
"graphs/index.
{
request
.
extension
}
"
dct
=
dict
(
fig
=
fig
)
return
dct
...
...
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