diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-07 09:29:45 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-07 09:29:45 -0400 |
commit | bc9e7257ad83e8d3bb71da0b8cac97ea6dc348aa (patch) | |
tree | 0383f4a5a82d9dc1418c46a33efa3f63d7ffac48 /templates/admin/index.html | |
parent | 1dde8abfac7a8f84f5ff30d424e417f5d6f0b273 (diff) |
posts: added films to build scripts and jrnl RSS
Diffstat (limited to 'templates/admin/index.html')
-rw-r--r-- | templates/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/index.html b/templates/admin/index.html index 78ada5b..e2285f8 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -90,7 +90,7 @@ td, th { <tr> <th scope="row"><a href="/admin/locations/location/">locations</a></th> <td><a href="/admin/locations/location/add/" class="addlink">Add</a></td> - <td><a href="/admin/build/build?id=friends">Build Friends</a></td> + <td><a href="/admin/build/build?id=films">Build Films</a></td> </tr> <tr> <th scope="row"><a href="/admin/sightings/ap/">dialogue</a></th> |