diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/admin/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 2926362..c889dac 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -67,6 +67,10 @@ td, th { <th scope="row"><a href="/admin/jrnl/home/1/change/">homepage</a></th> </tr> <tr> + <th scope="row"><a href="/admin/lttr/subscriber/">Subscribers</a></th> + <td><a href="/admin/lttr/subscriber/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> |