diff --git a/root/tt/billing_fees.tt b/root/tt/billing_fees.tt
index ea3135a..3b73083 100644
--- a/root/tt/billing_fees.tt
+++ b/root/tt/billing_fees.tt
@@ -96,6 +96,7 @@
[% fee.destination %] |
[% fee.zone %] |
[% fee.zone_detail %] |
+ [% UNLESS Catalyst.session.admin.read_only %]
edit
@@ -104,6 +105,10 @@
delete
|
+ [% ELSE %]
+ |
+ |
+ [% END %]
[% END %]