Browse Source

Removed the "Online Time" info in the user profile.

sh4nks 11 years ago
parent
commit
1af93e4d4c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      flaskbb/templates/user/profile.html

+ 3 - 1
flaskbb/templates/user/profile.html

@@ -69,10 +69,12 @@
                       {%- endif -%}
                   </td>
                 </tr>
+                <!-- TODO: Implement Online Time
                 <tr>
                   <td align="right">Online time:</td>
-                  <td><b>TODO: </b>1024 hours</td>
+                  <td>1024 hours</td>
                 </tr>
+                -->
                 <tr>
                   <td align="right">Location:</td>
                   <td>{%- if user.location -%} {{ user.location }} {%- else -%} No Info {%- endif -%}</td>