# HG changeset patch # User Madhusudan.C.S # Date 1295733094 -19800 # Node ID 9d8fe5d8dcbb61ad97465474ef39ce935bed78cd # Parent 595febc74434664806afa7eebe80361fb5fe323c Fixed a bug related to using wrong ID in the template tag. diff -r 595febc74434 -r 9d8fe5d8dcbb pytask/templates/task/view_work.html --- a/pytask/templates/task/view_work.html Sat Jan 22 01:12:50 2011 +0530 +++ b/pytask/templates/task/view_work.html Sun Jan 23 03:21:34 2011 +0530 @@ -23,7 +23,7 @@ {% endif %} {% if is_working %} - Submit report + Submit report
{% endif %} {% endblock %}