Commit eac7c6379ea5a870ee44f352fb4cf66016a9c8f9

Authored by Marco
Committed by Sergio Oliveira
1 parent 98a98f27

Changing license

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/templates/base.html
@@ -103,6 +103,8 @@ @@ -103,6 +103,8 @@
103 <li><a href="/trac/newticket">{% trans "New Ticket" %}</a></li> 103 <li><a href="/trac/newticket">{% trans "New Ticket" %}</a></li>
104 {% endif %} 104 {% endif %}
105 <li><a href="/trac/roadmap">{% trans "Roadmap" %}</a></li> 105 <li><a href="/trac/roadmap">{% trans "Roadmap" %}</a></li>
  106 + <!-- TODO: Must be optional like trac and separated -->
  107 + <li><a href="/paste">Paste</a></li>
106 <li><a href="/trac/browser">{% trans "Browse Source" %}</a></li> 108 <li><a href="/trac/browser">{% trans "Browse Source" %}</a></li>
107 <!-- TODO: Must be optional like trac and separated --> 109 <!-- TODO: Must be optional like trac and separated -->
108 <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> 110 <li><a href="/ci">{% trans "Continuous Integration" %}</a></li>
@@ -196,7 +198,7 @@ @@ -196,7 +198,7 @@
196 {% endif %} 198 {% endif %}
197 <p class="col-lg-12 text-center"> 199 <p class="col-lg-12 text-center">
198 {% trans "The contents of this site is published under license" %} 200 {% trans "The contents of this site is published under license" %}
199 - <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/br/"> 201 + <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/">
200 {% trans "Creative Commons - attribution, non-commercial" %} 202 {% trans "Creative Commons - attribution, non-commercial" %}
201 </a> 203 </a>
202 </p> 204 </p>