diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:39:46 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:39:46 -0500 |
commit | 482ada7da21540dc62a1daeed4963bd591a77e00 (patch) | |
tree | efb3fc5b14bdb2f8838dfc37b09c56f3c6a2ae8c /templates/mirrors/status.html | |
parent | cdfa6c1195bb6feb812bffc981183f0758ca5e2f (diff) | |
parent | cbdcb08557112f53ddcf074b950ee0950e12a045 (diff) |
Merge tag 'release_2012-04-02'
Signing page changes, other tweaks
Conflicts:
README
local_settings.py.example
requirements_prod.txt
urls.py
Diffstat (limited to 'templates/mirrors/status.html')
-rw-r--r-- | templates/mirrors/status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index 307b96dd..cce6d983 100644 --- a/templates/mirrors/status.html +++ b/templates/mirrors/status.html @@ -89,7 +89,7 @@ </thead> <tbody> {% for log in error_logs %} - <tr class="{% cycle 'odd' 'even' %}"> + {% spaceless %}<tr class="{% cycle 'odd' 'even' %}"> <td>{{ log.url__url }}</td> <td>{{ log.url__protocol__protocol }}</td> <td>{{ log.country }}</td> @@ -97,7 +97,7 @@ <td>{{ log.last_occurred|date:'Y-m-d H:i' }}</td> <td>{{ log.error_count }}</td> </tr> - {% endfor %} + {% endspaceless %}{% endfor %} </tbody> </table> |