From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- .../templates/journal/codeartifact_detail.html | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 bn_django/journal/templates/journal/codeartifact_detail.html (limited to 'bn_django/journal/templates/journal/codeartifact_detail.html') diff --git a/bn_django/journal/templates/journal/codeartifact_detail.html b/bn_django/journal/templates/journal/codeartifact_detail.html deleted file mode 100644 index fefdea8..0000000 --- a/bn_django/journal/templates/journal/codeartifact_detail.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "journal/base.html" %} -{# {% load markup %} #} -{% load comments %} -{% block path %}artifacts - » code - » {{ object.title }} -{% endblock %} - -{% block title %} -{% if object.title %}{{ object.title }}{% else %}[Untitled Code Snippet]{% endif %} -{% endblock %} - -{% block content %}
-{% if object %}
-

Code added {{ object.date }}, -{% if object.author %}
by {{ object.author }},{% endif %} -{% if object.last_edited %}
last edited {{ object.last_edited }}.{% endif %} -

-{% if object.language %}This is in {{object.language}}.

{%endif%} -
-{{object.code}}
-
-{% if object.html_caption|safe %}

{{object.html_caption}}{% endif %} -{% else %} -

This is not the artifact you are looking for.

-{% endif %} -{% endblock %} - -{% block commentary %} -
-{% get_comment_list for object as comments %} -{% include "comment_list" %} -

Post a comment

-{% render_comment_form for object %} -
-{% endblock %} -- cgit v1.2.3