diff --git a/src/registrar/templates/admin/app_list.html b/src/registrar/templates/admin/app_list.html index c97f4cfee..30bdfb40b 100644 --- a/src/registrar/templates/admin/app_list.html +++ b/src/registrar/templates/admin/app_list.html @@ -3,6 +3,8 @@ {% if app_list %} {% for app in app_list %}
- {{ app.name }} - | - {% else %} -- {{ app.name }} - | - {% endif %} + {# .gov override: hide headers #} + {% comment %} + {% if show_changelinks %} ++ {{ app.name }} + | + {% else %} ++ {{ app.name }} + | + {% endif %} + {% endcomment %}||||||
---|---|---|---|---|---|---|---|---|---|
Model |