diff options
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r-- | design/templates/admin/index.html | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index fc857f2..3d6971b 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -30,41 +30,11 @@ td, th { <table> <caption><a href="{{ app.app_url }}" class="section" title="{% blocktrans with name=app.name %}Models in the {{ name }} application{% endblocktrans %}">Frequently Used</a></caption> <tr> - <th scope="row"><a href="/admin/django_comments/comment/">moderate comments</a></th> - </tr> - <tr> - <th scope="row"><a href="/admin/jrnl/entry/">jrnl</a></th> - <td><a href="/admin/jrnl/entry/add/" class="addlink">{% trans 'Add' %}</a></td></tr> - <tr> - <th scope="row"><a href="/admin/photos/luximage/">photos</a></th> - <td><a href="/admin/photos/luximage/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/sightings/sighting/">sightings</a></th> - <td><a href="/admin/sightings/sighting/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/fieldnotes/fieldnote/">fieldnotes</a></th> - <td><a href="/admin/fieldnotes/fieldnote/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/locations/checkin/">check ins</a></th> - <td><a href="/admin/locations/checkin/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/locations/location/">locations</a></th> - <td><a href="/admin/locations/location/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/sightings/ap/">dialogue</a></th> - <td><a href="/admin/sightings/ap/add/" class="addlink">Add</a></td> - </tr> - <tr> - <th scope="row"><a href="/admin/locations/campsite/">campsite</a></th> - <td><a href="/admin/locations/campsite/add/" class="addlink">Add</a></td> - </tr> + <th scope="row"><a href="/admin/blog/entry/">jrnl</a></th> + <td><a href="/admin/blog/entry/add/" class="addlink">{% trans 'Add' %}</a></td></tr> <tr> - <th scope="row"><a href="/admin/jrnl/home/1/change/">homepage</a></th> + <th scope="row"><a href="/admin/links/link/">links</a></th> + <td><a href="/admin/links/link/add/" class="addlink">Add</a></td> </tr> <tr> <th scope="row"><a href="/admin/pages/page/">pages</a></th> |