Commit 940d0c59ee86ee724073572cbefafdb35f456c26
Committed by
Sergio Oliveira
1 parent
de0b5445
Exists in
master
and in
39 other branches
Update Creative Commons
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/templates/base.html
@@ -213,13 +213,13 @@ | @@ -213,13 +213,13 @@ | ||
213 | {% endif %} | 213 | {% endif %} |
214 | <p class="col-lg-12 text-center"> | 214 | <p class="col-lg-12 text-center"> |
215 | <a href="{% url 'opendata' %}"><img src="{{ STATIC_URL }}img/opendata3.png"/></a> | 215 | <a href="{% url 'opendata' %}"><img src="{{ STATIC_URL }}img/opendata3.png"/></a> |
216 | - <a href="http://creativecommons.org/licenses/by-sa/3.0/br/"><img src="{{ STATIC_URL }}img/cc_by_sa.png"/></a> | 216 | + <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"><img src="{{ STATIC_URL }}img/cc_by_sa.png"/></a> |
217 | </p> | 217 | </p> |
218 | <p class="col-lg-12 text-center"> | 218 | <p class="col-lg-12 text-center"> |
219 | {% trans "The contents of this site is published under license" %}: | 219 | {% trans "The contents of this site is published under license" %}: |
220 | <br> | 220 | <br> |
221 | - <a href="http://creativecommons.org/licenses/by-sa/3.0/br/"> | ||
222 | - {% trans "Creative Commons 3.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}. | 221 | + <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"> |
222 | + {% trans "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}. | ||
223 | </a> | 223 | </a> |
224 | </p> | 224 | </p> |
225 | </div> | 225 | </div> |