diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/admin/body.html | 2 | ||||
-rw-r--r-- | templates/web/base/admin/category_edit.html (renamed from templates/web/base/admin/body_edit.html) | 0 | ||||
-rw-r--r-- | templates/web/zurich/admin/body.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/admin/body.html b/templates/web/base/admin/body.html index e67cb2b07..1e3a8f824 100644 --- a/templates/web/base/admin/body.html +++ b/templates/web/base/admin/body.html @@ -61,7 +61,7 @@ </tr> [% WHILE ( cat = contacts.next ) %] <tr [% IF cat.deleted %]class="is-deleted"[% END %]> - <td class="contact-category"><a href="[% c.uri_for( 'body_edit', body_id, cat.category ) %]">[% cat.category %]</a> + <td class="contact-category"><a href="[% c.uri_for( 'body', body_id, cat.category ) %]">[% cat.category %]</a> <br>[% cat.email | html %]</td> <td> [% loc('Confirmed') %]: diff --git a/templates/web/base/admin/body_edit.html b/templates/web/base/admin/category_edit.html index ef7a0a11c..ef7a0a11c 100644 --- a/templates/web/base/admin/body_edit.html +++ b/templates/web/base/admin/category_edit.html diff --git a/templates/web/zurich/admin/body.html b/templates/web/zurich/admin/body.html index 4cedc9838..771f1e537 100644 --- a/templates/web/zurich/admin/body.html +++ b/templates/web/zurich/admin/body.html @@ -19,7 +19,7 @@ </tr> [% WHILE ( cat = contacts.next ) %] <tr[% IF cat.deleted %] class="is-deleted"[% END %]> - <td><a href="[% c.uri_for( 'body_edit', body_id, cat.category ) %]">[% cat.category %]</a></td> + <td><a href="[% c.uri_for( 'body', body_id, cat.category ) %]">[% cat.category %]</a></td> <td>[% cat.email | html %]</td> <td>[% cat.editor %]</td> <td>[% cat.note | html %]</td> |