diff options
| author | Vainsocial root <root@vainsocial> | 2017-03-24 18:57:02 +0000 |
|---|---|---|
| committer | Vainsocial root <root@vainsocial> | 2017-03-24 18:57:02 +0000 |
| commit | fbf08a6c59026957b3b4c3ba13c1450bf697f7bb (patch) | |
| tree | 04caaa462274d50a923c04fe14435a09d7a2372b /minionlivesmatter | |
| parent | 1fc1e5656ca737bd1768c3d628f556896e4b65e0 (diff) | |
| download | meta-fbf08a6c59026957b3b4c3ba13c1450bf697f7bb.tar.gz meta-fbf08a6c59026957b3b4c3ba13c1450bf697f7bb.zip | |
do not show matches count for now
Diffstat (limited to 'minionlivesmatter')
| -rw-r--r-- | minionlivesmatter/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/minionlivesmatter/templates/index.html b/minionlivesmatter/templates/index.html index c185fb0..2f5aad7 100644 --- a/minionlivesmatter/templates/index.html +++ b/minionlivesmatter/templates/index.html @@ -220,8 +220,9 @@ <div class="content"> <p class="description"> - Based on Vainsocial users' data from the past 24 hours that by no means is representative to the whole player base of Vainglory. {{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account for the calculations. + Based on Vainsocial users' data from the past 24 hours that by no means is representative to the whole player base of Vainglory. </p> + <!-- {{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account for the calculations. --> </div> <div class="filter"></div> </div> |
