Commit 44910de4 authored by Michal Čihař's avatar Michal Čihař

Reuse cached value

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent be8b3398
......@@ -96,7 +96,7 @@
<div class="panel-heading"><h4 class="panel-title">{% trans "Managed projects" %}</h4></div>
<div class="panel-body">
<div class="list-group">
{% for project in user.project_set.all %}
{% for project in managed_projects %}
<a class="list-group-item" href="{{ project.get_absolute_url }}">{{ project }}</a>
{% endfor %}
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment