Add competence listing functionality

This commit is contained in:
2015-01-05 16:13:08 +01:00
committed by Gergely Polonkai
parent 2a53041702
commit d2e56db0d9
7 changed files with 79 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
[
{% for comp in duck.duckcompetence_set.all %}
{% for comp in comp_list %}
{
"name": "{{ comp.comp.name }}",
"level": {{ comp.level }}