diff --git a/combo/apps/wcs/templates/combo/wcs/list_of_forms.html b/combo/apps/wcs/templates/combo/wcs/list_of_forms.html index 648a8c43..4711a450 100644 --- a/combo/apps/wcs/templates/combo/wcs/list_of_forms.html +++ b/combo/apps/wcs/templates/combo/wcs/list_of_forms.html @@ -4,7 +4,7 @@ {% for data in forms.data|dictsortreversed:"form_receipt_datetime" %} {% if data.url and data.title %}
  • {{data.name}} + {% if data.readable %}href="{{ data.url }}"{% endif %}>{{data.name}} {{data.form_number}} {{data.status}}
  • {% endif %} diff --git a/data/themes/gadjo/static/css/agent-portal.scss b/data/themes/gadjo/static/css/agent-portal.scss index be84d8a3..1c4e361b 100644 --- a/data/themes/gadjo/static/css/agent-portal.scss +++ b/data/themes/gadjo/static/css/agent-portal.scss @@ -170,6 +170,9 @@ div.links-list { display: block; padding: 1rem; border: none; + &:not([href]) { + color: inherit; + } } &:hover {