pytask/templates/task/browse.html
changeset 431 fcc87a3f0311
parent 417 b37e541bf950
child 435 1217d808d70f
equal deleted inserted replaced
430:a11a778fca54 431:fcc87a3f0311
     1 {% extends 'base.html' %}
     1 {% extends "base.html" %}
       
     2 
     2 {% block content %}
     3 {% block content %}
     3 
     4 
     4     {% if open_tasks %}
     5     {% if open_tasks %}
     5     Tasks that are open for contribution<ul>
     6     Tasks that are open for contribution<ul>
     6     {% for task in open_tasks %}
     7     {% for task in open_tasks %}