From 0c2a092e8d8ad33a1c306ee9efca0da96eb56415 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 24 Nov 2018 22:29:02 -0600 Subject: way to much for a single commit --- design/templates/notes/notes_detail.html | 78 ++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 design/templates/notes/notes_detail.html (limited to 'design/templates/notes/notes_detail.html') diff --git a/design/templates/notes/notes_detail.html b/design/templates/notes/notes_detail.html new file mode 100644 index 0000000..bf46ab8 --- /dev/null +++ b/design/templates/notes/notes_detail.html @@ -0,0 +1,78 @@ +{% extends 'base.html' %} +{% block extrastyles %} + +{% endblock %} +{% block breadcrumbs %} +
  • Notes
  • +{% endblock %} + +{% block content %} +
    +
    +
    + +
    +

    {{object.date_created|date:"M d, Y"}}

    + {% if object.url %}

    SourceArchive

    {% endif %} +
    +
    +

    {{object.title}}

    +
    {% if object.body_html %}{{object.body_html|safe}}{%else%}{{object.body_text}}{%endif%}
    +
    {% csrf_token %} + {% for field in form %}{% if field.name in "title body_text" %} +
    {{field}}
    + {% endif%}{% endfor %} + +
    +
    + +
    +{% endblock %} + +{% block jsinclude %} + + +{% endblock %} + + +'indent +'align +'direction +'code-block -- cgit v1.2.3-70-g09d2