From 9dede4ff967397ece98d18342d76fd6299b08173 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 24 Sep 2014 13:25:52 -0700 Subject: [PATCH] Factor out NSFW stamp to utils.html. --- r2/r2/templates/link.html | 6 ++---- r2/r2/templates/utils.html | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/r2/r2/templates/link.html b/r2/r2/templates/link.html index 0058150180..88c5d9c29f 100644 --- a/r2/r2/templates/link.html +++ b/r2/r2/templates/link.html @@ -31,7 +31,7 @@ %> <%inherit file="printable.html"/> -<%namespace file="utils.html" import="plain_link, thing_timestamp, edited" /> +<%namespace file="utils.html" import="plain_link, thing_timestamp, edited, nsfw_stamp" /> <%namespace file="printablebuttons.html" import="toggle_button" /> <%def name="numcol()"> @@ -67,9 +67,7 @@