diff --git a/app/templates/ldd/ldd.html.j2 b/app/templates/ldd/ldd.html.j2
index 7fde421..f5876da 100644
--- a/app/templates/ldd/ldd.html.j2
+++ b/app/templates/ldd/ldd.html.j2
@@ -21,7 +21,7 @@
Credit to sttng
- {% if property_data %}
+ {% if (property_data and current_user.gm_level >= 3) %}
{% if property_data.mod_approved %} Unapprove {% else %} Approve {% endif %}