From 571edc362652693c61c3a56496152e0e03c51918 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 28 Jul 2023 15:24:29 -0500 Subject: links: moved templates to app --- templates/details/link.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 templates/details/link.html (limited to 'templates/details') diff --git a/templates/details/link.html b/templates/details/link.html deleted file mode 100644 index 6ba0619..0000000 --- a/templates/details/link.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{%block bodyid%}class="links"{%endblock%} -{% block primary %} -
-

{{object.title|smartypants|widont|safe}}

-

{{object.url|urlize}}

-
- {{object.render_description|amp|smartypants|safe}} -
    {% for tag in object.tags.all %} -
  • {{tag}}
  • - {%endfor%}
-
-
-{% endblock %} - -- cgit v1.2.3-70-g09d2