brotherton-erpnext/erpnext/templates/pages/discussions.html

16 lines
303 B
HTML
Raw Normal View History

2016-07-19 08:47:33 +00:00
{% extends "templates/web.html" %}
{% block header %}
<h2> {{doc.subject}} </h2>
<p> {{doc.description}} </p>
<p class="text-muted small">Started by: {{doc.owner}} </p>
{% endblock %}
{% block page_content %}
<div>
{% include 'templates/includes/comments/comments.html' %}
</div>
{% endblock %}