cristian-longhi
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
sapl/norma/views.py
|
@ -166,7 +166,7 @@ class NormaPesquisaView(MultiFormatOutputMixin, FilterView): |
|
|
texto_integral = obj.texto_integral if not isinstance( |
|
|
texto_integral = obj.texto_integral if not isinstance( |
|
|
obj, dict) else obj["texto_integral"] |
|
|
obj, dict) else obj["texto_integral"] |
|
|
|
|
|
|
|
|
return f'{url}/{texto_integral}' |
|
|
return f'{url}/media/{texto_integral}' |
|
|
|
|
|
|
|
|
def get_queryset(self): |
|
|
def get_queryset(self): |
|
|
qs = super().get_queryset() |
|
|
qs = super().get_queryset() |
|
|