Commit 2a6c193fa6fdf34c118d914178f636cc0204414d
Committed by
Sergio Oliveira
1 parent
278abd02
Exists in
master
and in
39 other branches
Updating content license
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
697 Bytes
src/templates/base.html
... | ... | @@ -206,9 +206,14 @@ |
206 | 206 | <p class="col-lg-12 text-center">{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}</p> |
207 | 207 | {% endif %} |
208 | 208 | <p class="col-lg-12 text-center"> |
209 | - {% trans "The contents of this site is published under license" %} | |
209 | + <a href="{% url 'opendata' %}"><img src="{{ STATIC_URL }}img/opendata3.png"/></a> | |
210 | + <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/"><img src="{{ STATIC_URL }}img/cc_by_nc_sa.png"/></a> | |
211 | + </p> | |
212 | + <p class="col-lg-12 text-center"> | |
213 | + {% trans "The contents of this site is published under license" %}: | |
214 | + <br> | |
210 | 215 | <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/"> |
211 | - {% trans "Creative Commons - attribution, non-commercial" %} | |
216 | + {% trans "Creative Commons 3.0 Brasil - Atribuição - Não-Comercial - Compartilha-Igual" %}. | |
212 | 217 | </a> |
213 | 218 | </p> |
214 | 219 | </div> | ... | ... |