view gpp/templates/core/admin_dashboard.html @ 141:861f7d5f1b23

Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Dec 2009 07:55:48 +0000
parents e04d91babfcf
children 71cb4208dc98
line wrap: on
line source
<ul id="dashboard-list">
   <li><a href="/admin/forums/flaggedpost/">Flagged Posts</a>: {{ flagged_posts }}</li>
   <li><a href="/admin/comments/commentflag/">Flagged Comments</a>: {{ flagged_comments }}</li>
   <li><a href="/admin/bio/userprofileflag/">Flagged Profiles</a>: {{ flagged_profiles }}</li>
   <li><a href="/admin/gcalendar/event/">Calendar Requests</a>: {{ event_requests }}</li>
   <li><a href="/admin/news/pendingstory/">New Stories</a>: {{ new_stories }}</li>
   <li><a href="/admin/downloads/download/">New Downloads</a>: {{ new_downloads }}</li>
   <li><a href="/admin/weblinks/link/">New Links</a>: {{ new_links }}</li>
</ul>