Browse Source

Merge 522bfd2a44 into 4dc28a4a5b

pull/3743/merge
cristian-longhi 2 weeks ago
committed by GitHub
parent
commit
d13abfceaa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      sapl/norma/views.py

2
sapl/norma/views.py

@ -166,7 +166,7 @@ class NormaPesquisaView(MultiFormatOutputMixin, FilterView):
texto_integral = obj.texto_integral if not isinstance(
obj, dict) else obj["texto_integral"]
return f'{url}/{texto_integral}'
return f'{url}/media/{texto_integral}'
def get_queryset(self):
qs = super().get_queryset()

Loading…
Cancel
Save