Skip to content

Commit afcf576

Browse files
authored
Merge pull request #16 from simple-repository/feature/static-files-at-runtime
Allow the version display to be overridden
2 parents 23ea234 + f6e498e commit afcf576

File tree

1 file changed

+2
-0
lines changed
  • simple_repository_browser/templates/base

1 file changed

+2
-0
lines changed

simple_repository_browser/templates/base/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
<footer class="text-muted mt-auto">
5959
<div class="container text-center">
6060
<p class="float-right">
61+
{% block browser_version %}
6162
simple-repository-browser v{{ browser_version }}
63+
{% endblock browser_version %}
6264
</p>
6365
<p></p>
6466
</div>

0 commit comments

Comments
 (0)