mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fix language showing in homepage
This commit is contained in:
parent
73428cddfb
commit
7fa3e03cdc
@ -25,7 +25,7 @@
|
||||
</ul>
|
||||
<ul>
|
||||
{% for language in project.projectprogramminglanguage_set.all %}
|
||||
<li>{{ language.language.name }} | {{ language.percentage }}%</li>
|
||||
<li>{{ language.language }} | {{ language.percentage }}%</li>
|
||||
{% empty %}
|
||||
<p>No language</p>
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user