diff -r 94497f8b1dae -r 563fe356947d pytask/templates/task/browse_textbooks.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/task/browse_textbooks.html Tue Jan 11 00:23:47 2011 +0530 @@ -0,0 +1,29 @@ +{% extends 'base.html' %} +{% block content %} + {% if comp_textbooks %} + Textbooks that were completed recently +
+ {% endif %} + + {% if open_textbooks %} + textbooks that are open for contribution +
+ {% endif %} + + {% if unpub_textbooks %} + Textbooks that have been created but need approval +
+ {% endif %} +{% endblock %}