mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Display licenses of project
This commit is contained in:
parent
022f4f8c9b
commit
3991385be7
@ -14,6 +14,17 @@
|
|||||||
<b>@{{ project.author.username }}</b>
|
<b>@{{ project.author.username }}</b>
|
||||||
<h5>{{ project.title }}</h5>
|
<h5>{{ project.title }}</h5>
|
||||||
<p>{{ project.description }}</p>
|
<p>{{ project.description }}</p>
|
||||||
|
<ul>
|
||||||
|
{% for license in project.license.all %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ license.url }}">{{ license.short_name }}</a>
|
||||||
|
</li>
|
||||||
|
{% empty %}
|
||||||
|
<p>No license</p>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<p>{{ project.create_date }}</p>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p>No projects yet (</p>
|
<p>No projects yet (</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user