aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 08:01:52 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 08:01:52 +0200
commit7312031dbc8ab5e15c329ae97295cb4c0982fd5e (patch)
tree58b30ec76bccde5dd9bffcbfaad6778327da6b0b /src/web/templates
parentDisplays if the the instance is running on Heroku. (diff)
downloadnewspipe-7312031dbc8ab5e15c329ae97295cb4c0982fd5e.tar.gz
newspipe-7312031dbc8ab5e15c329ae97295cb4c0982fd5e.tar.bz2
newspipe-7312031dbc8ab5e15c329ae97295cb4c0982fd5e.zip
Added registration status.
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/about_more.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/templates/about_more.html b/src/web/templates/about_more.html
index 47c321ca..dd7088a5 100644
--- a/src/web/templates/about_more.html
+++ b/src/web/templates/about_more.html
@@ -4,6 +4,7 @@
<ul class="list-group">
<li class="list-group-item">Newspipe version: <a href="https://github.com/newspipe/newspipe/releases/tag/{{newspipe_version}}">{{newspipe_version}}</a></li>
<li class="list-group-item">Running on Heroku: {{on_heroku}}</li>
+ <li class="list-group-item">Registration: {{registration}}</li>
<li class="list-group-item">Python version: {{python_version}}</li>
<li class="list-group-item">Number of users: {{nb_users}}</li>
</ul>
bgstack15