summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2017-12-14 19:58:07 -0800
committerluxagraf <sng@luxagraf.net>2017-12-14 19:58:07 -0800
commitc903be495237125906e95e2d5fcb9f17df09327c (patch)
tree27173dad151e2c09105bd1c1b64f9d04210f8d8e /design
parent83b7318a4672d32ed77cd3f906f43f5ad1cce854 (diff)
cleaned up notes, archived old apps, moved checkins to locations app
where it should have been from the beginning
Diffstat (limited to 'design')
-rw-r--r--design/templates/admin/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html
index 813a3e8..0b9a60d 100644
--- a/design/templates/admin/index.html
+++ b/design/templates/admin/index.html
@@ -42,16 +42,16 @@ td, th {
<td><a href="/admin/photos/luximage/add/" class="addlink">Add</a></td>
</tr>
<tr>
- <th scope="row"><a href="/admin/photos/luxgallery/">galleries</a></th>
- <td><a href="/admin/photos/luxgallery/add/" class="addlink">Add</a></td>
+ <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/links/link/">links</a></th>
- <td><a href="/admin/links/link/add/" class="addlink">Add</a></td>
+ <th scope="row"><a href="/admin/notes/luxnote/">notes</a></th>
+ <td><a href="/admin/notes/luxnote/add/" class="addlink">Add</a></td>
</tr>
</table>
</div>