You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/07 22:05:21 UTC

git commit: [#6212] don't show login stats if the system doesn't record them (alternate auth system)

Updated Branches:
  refs/heads/db/6212 [created] 7c1f357a0


[#6212] don't show login stats if the system doesn't record them (alternate auth system)


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/7c1f357a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/7c1f357a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/7c1f357a

Branch: refs/heads/db/6212
Commit: 7c1f357a0a3c616d45764ec806ec48fddd6bb91b
Parents: 9bfc415
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue May 7 20:05:14 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue May 7 20:05:14 2013 +0000

----------------------------------------------------------------------
 ForgeUserStats/forgeuserstats/templates/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/7c1f357a/ForgeUserStats/forgeuserstats/templates/index.html
----------------------------------------------------------------------
diff --git a/ForgeUserStats/forgeuserstats/templates/index.html b/ForgeUserStats/forgeuserstats/templates/index.html
index 406fb20..d171677 100644
--- a/ForgeUserStats/forgeuserstats/templates/index.html
+++ b/ForgeUserStats/forgeuserstats/templates/index.html
@@ -76,7 +76,7 @@
         </tr>
       </thead>
       <tbody>
-        {% if not category %}
+        {% if not category and last_login %}
           <tr>
             <td>Logins</td>
             <td>{{totlogins}}</td>