Skip to content

Commit

Permalink
Merge pull request #54 from fabiobatalha/uselicense
Browse files Browse the repository at this point in the history
use license
  • Loading branch information
fabiobatalha committed Jan 29, 2016
2 parents d1ec244 + 176d9a3 commit fd66b6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analytics/templates/website/base.mako
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@
</form>
</div>
</div>
<div class="row container-fluid">
<center>
<%include file="use_license.mako"/>
</center>
</div>
<%include file="journal_selector_modal.mako"/>
<script src="/static/bootstrap-3.2.0/js/bootstrap.min.js"></script>
<script src="/static/moment/moment.min.js"></script>
Expand Down
5 changes: 5 additions & 0 deletions analytics/templates/website/use_license.mako
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
</a>
<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 comments on commit fd66b6a

Please sign in to comment.