1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 08:59:12 +02:00

Merge pull request #102 from github/fix-using

Fix 'using' display in sidebar
This commit is contained in:
Aidan Feldman 2013-10-23 09:31:48 -07:00
commit 31177b66b8
2 changed files with 2 additions and 7 deletions

View File

@ -36,10 +36,8 @@
<div class="projects-with-license">
<h3>Who's using this license?</h3>
<ul>
{% for using_hash in page.using %}
{% for using in using_hash %}
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
{% endfor %}
{% for using in page.using %}
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
{% endfor %}
</ul>
</div>

View File

@ -22,9 +22,6 @@ forbidden:
- no-liability
- no-sublicense
using:
Some Project: "#"
---
GNU AFFERO GENERAL PUBLIC LICENSE