diff options
author | luxagraf <sng@luxagraf.net> | 2018-05-09 09:43:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-05-09 09:43:52 -0400 |
commit | 322b3010b223de8e7495ea04fb542702d3e17973 (patch) | |
tree | a5fc18037cf8cdc508717f5af88b94f45ff2062a /design/templates | |
parent | d2db3633ccdc70098b04eea25492327bcb82b685 (diff) |
cleaned up admin homepage
Diffstat (limited to 'design/templates')
-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> |