summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-01-12 09:55:36 -0600
committerluxagraf <sng@luxagraf.net>2019-01-12 09:55:36 -0600
commit5b226ee5c433dadedf7fc56dc3dd7530ee9b9698 (patch)
tree60766e55e548d3b1fa2978353e3cf63f8e28898a /design/templates
parent923f9fd3b43de3ff2afbe558df6be173a756c491 (diff)
updated admin quick links
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/admin/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html
index 95f125f..8e50480 100644
--- a/design/templates/admin/index.html
+++ b/design/templates/admin/index.html
@@ -40,10 +40,6 @@ td, th {
<td><a href="/admin/photos/luximage/add/" class="addlink">Add</a></td>
</tr>
<tr>
- <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/">sightings</a></th>
<td><a href="/admin/sightings/sighting/add/" class="addlink">Add</a></td>
</tr>
@@ -68,7 +64,11 @@ td, th {
<td><a href="/admin/locations/campsite/add/" class="addlink">Add</a></td>
</tr>
<tr>
- <th scope="row"><a href="/admin/jrnl/homepagecurrator/">homepage</a></th>
+ <th scope="row"><a href="/admin/jrnl/home/1/change/">homepage</a></th>
+ </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>
</table>
</div>