diff options
-rw-r--r-- | design/templates/admin/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 4a69d4c..389c94e 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -40,24 +40,24 @@ td, 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> + <th scope="row"><a href="/admin/notes/note/">notes</a></th> + <td><a href="/admin/notes/note/add/" class="addlink">Add</a></td> </tr> <tr> - <th scope="row"><a href="/admin/sightings/sighting/">sighting</a></th> + <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/sketches/sketch/">Sketches</a></th> + <th scope="row"><a href="/admin/sketches/sketch/">sketches</a></th> <td><a href="/admin/sketches/sketch/add/" class="addlink">Add</a></td> </tr> <tr> - <th scope="row"><a href="/admin/locations/checkin/">check in</a></th> + <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/notes/luxnote/">notes</a></th> - <td><a href="/admin/notes/luxnote/add/" class="addlink">Add</a></td> + <th scope="row"><a href="/admin/locations/location/">locations</a></th> + <td><a href="/admin/locations/location/add/" class="addlink">Add</a></td> </tr> </table> </div> |