Skip to content

Commit

Permalink
Node name in uppercase and add django-compressor to compile scss manu…
Browse files Browse the repository at this point in the history
…ally
  • Loading branch information
AlbertoMoreta committed May 24, 2024
1 parent 14757a5 commit dac8df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ django==5.0.0
django-admin-interface==0.24.2
django-ckeditor==6.7.0
django-cleanup==8.1.0
django-compressor==4.4
django-csp==3.7
django-environ==0.11.2
django-filter==23.5
Expand Down
2 changes: 1 addition & 1 deletion templates/balance/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3 class="primary-text text-black mb-2"> {{entity.display_name}} </h3>
<strong class="text-dark">No hay infografía para esta entidad :( </strong>
{% endif %}
</div>
<p class="emphasis text-center mt-5 mb-5">CONSUME EN LA ESS Y TRANSFORMA EL CONSUMO EN {{entity.node.name}}</p>
<p class="emphasis text-center mt-5 mb-5">CONSUME EN LA ESS Y TRANSFORMA EL CONSUMO EN {{entity.node.name|upper}}</p>


</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/market/info/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ul>
</div>
</div>
<p class="emphasis text-center mt-3 mb-5">AL FORMAR PARTE Y CONSUMIR EN EL MERCADO SOCIAL ESTÁS TRANSFORMANDO EL CONSUMO EN {{node}}</p>
<p class="emphasis text-center mt-3 mb-5">AL FORMAR PARTE Y CONSUMIR EN EL MERCADO SOCIAL ESTÁS TRANSFORMANDO EL CONSUMO EN {{node|upper}}</p>

</div>
{% endblock %}

0 comments on commit dac8df5

Please sign in to comment.