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 | 213 | {% endif %} |
214 | 214 | <p class="col-lg-12 text-center"> |
215 | 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 | 217 | </p> |
218 | 218 | <p class="col-lg-12 text-center"> |
219 | 219 | {% trans "The contents of this site is published under license" %}: |
220 | 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 | 223 | </a> |
224 | 224 | </p> |
225 | 225 | </div> | ... | ... |