summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-06-06 10:38:26 -0500
committerluxagraf <sng@luxagraf.net>2018-06-06 10:38:26 -0500
commit9b23aa8379f6451d1e1f276aef39b4837d6d97b9 (patch)
tree0ef521ee8bd2fab48aa5b7ccde82e4683ea770eb
parentdad446daf366b78a9e72852131f975c5b5f88c10 (diff)
added link to ap
-rw-r--r--design/templates/admin/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html
index 389c94e..01bbcc8 100644
--- a/design/templates/admin/index.html
+++ b/design/templates/admin/index.html
@@ -59,6 +59,10 @@ td, th {
<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/sightings/ap/">dialogue</a></th>
+ <td><a href="/admin/sightings/ap/add/" class="addlink">Add</a></td>
+ </tr>
</table>
</div>
{% for app in app_list %}