# HG changeset patch # User Brian Neal # Date 1429147625 18000 # Node ID 1354c3d651eb0ad07a46966a3b3ccc10c60dd421 # Parent 1b96b7d122691e4d755a53aaaf06106c009def5a Fix admin dashboard for Django 1.7.7 upgrade. diff -r 1b96b7d12269 -r 1354c3d651eb sg101/templates/core/admin_dashboard.html --- a/sg101/templates/core/admin_dashboard.html Wed Apr 15 20:24:00 2015 -0500 +++ b/sg101/templates/core/admin_dashboard.html Wed Apr 15 20:27:05 2015 -0500 @@ -1,5 +1,6 @@ {% if user.is_staff %} {% if flagged_posts or flagged_comments or flagged_profiles or event_requests or new_stories or new_downloads or new_links or flagged_shouts or broken_links or flagged_msgs or new_bands %} +
+
{% endif %} {% endif %}