]> gitweb.fperrin.net Git - djsite.git/blob - quotes/templates/quotes/work_notes.html
Add a 'work' concept
[djsite.git] / quotes / templates / quotes / work_notes.html
1 {% if work.notes %}
2 <div class="work_notes">
3   <p>{{ work.notes|safe }}</p>
4 </div>
5 {% endif %}