Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
7f4d517f
Commit
7f4d517f
authored
May 31, 2016
by
Louis
Browse files
Add pypimonitor version to generated output
parent
2d7d8e40
Changes
2
Hide whitespace changes
Inline
Side-by-side
pypimonitor/__init__.py
View file @
7f4d517f
...
...
@@ -187,6 +187,7 @@ class Renderer:
packages
=
self
.
packages
,
form
=
self
.
form
,
errors
=
self
.
errors
,
version
=
VERSION
,
)
def
log_error
(
self
,
message
):
...
...
pypimonitor/data/templates/index.html
View file @
7f4d517f
...
...
@@ -68,7 +68,7 @@
{% endfor %}
<div
class=
"footer"
>
Generated using
<a
href=
"//framagit.org/spalax/pypimonitor"
>
PypiMonitor
</a>
.
Generated using
<a
href=
"//framagit.org/spalax/pypimonitor"
>
PypiMonitor
</a>
version {{ version }}
.
</div>
</body>
</html>
Write
Preview
Supports
Markdown
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