diff options
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r-- | design/templates/admin/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 0b9a60d..6642012 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -41,15 +41,19 @@ td, th { <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/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/birds/birdsighting/">bird sighting</a></th> + <td><a href="/admin/birds/birdsighting/add/" class="addlink">Add</a></td> + </tr> <tr> <th scope="row"><a href="/admin/locations/checkin/">check in</a></th> <td><a href="/admin/locations/checkin/add/" class="addlink">Add</a></td> </tr> <tr> - <th scope="row"><a href="/admin/pages/page/">pages</a></th> - <td><a href="/admin/pages/page/add/" class="addlink">Add</a></td> - </tr> - <tr> <th scope="row"><a href="/admin/notes/luxnote/">notes</a></th> <td><a href="/admin/notes/luxnote/add/" class="addlink">Add</a></td> </tr> |