22 |
24 |
{{ article.create_time|date:"Y-m-d" }}
25 |
26 | {{ article.content | safe }}
27 |
28 |
29 | {% endif %}
30 | {% endblock %}
--------------------------------------------------------------------------------
/jd/templates/base.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
9 | {% block object-tools %}
10 | {% if change %}{% if not is_popup %}
11 |
22 | {% endif %}{% endif %}
23 | {% endblock %}
24 |
84 |
85 |
86 | {% endblock %}
87 |
--------------------------------------------------------------------------------
/jd/templates/full_index.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 |
3 | {% block title %}
4 |