summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-01-26 11:38:24 -0600
committerluxagraf <sng@luxagraf.net>2018-01-26 11:38:24 -0600
commita278fc64c1dcd5321492a7dc384305b8719cb85e (patch)
tree1bb37e6a959fc26d7891dd5fcac485d438993a4d
parent7b887ee107a84e597a8f2a32dd3d4fed87633f21 (diff)
changed options in frequently used admin table
-rw-r--r--design/templates/admin/index.html12
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>