{% extends 'base.html' %} {% block title %}回答需求{% endblock %} {% block content %}

回答需求

需求内容

{{ demand.title }}

{{ demand.content }}

分会: {{ get_branch_name(demand.branch) }} | 联系方式: {{ demand.contact }}

{{ form.hidden_tag() }}
{{ form.answer.label }} {{ form.answer(class="form-control", rows=8) }}
{{ form.submit(class="btn btn-primary") }} 取消
{% endblock %}