summaryrefslogtreecommitdiff
path: root/design/templates/admin/index.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-02-05 09:51:26 -0500
committerluxagraf <sng@luxagraf.net>2020-02-05 09:51:26 -0500
commitbea43aae1cfc9585c9135b3b74c0252372e80b4c (patch)
treea85e1451e31faf39a9d89125c2ff15b1fa2ed4af /design/templates/admin/index.html
parent9a46ac040f998b9d827006045a849d844e4becad (diff)
added top level link to subscribers
Diffstat (limited to 'design/templates/admin/index.html')
-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 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>