~zyga/+junk/lava-data-store

« back to all changes in this revision

Viewing changes to lava_data_store/templates/lava_data_store/project_detail.html

  • Committer: Zygmunt Krynicki
  • Date: 2011-09-09 00:03:53 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20110909000353-9y4cei26589yi4nt
Reorganize models and views into packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
 
4
4
{% block sidebar %}
5
 
<a href="{% url lava_data_store.views.project_update project.pk%}">Update this project</a>
 
5
<a href="{% url lava.project.update project.pk%}">Update this project</a>
6
6
{% endblock %}
7
7
 
8
8