From 9bc0bceeb173b83518d9001b206c25e3799c3a12 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 11 Mar 2022 00:18:39 -0800 Subject: [PATCH] open links in new tab --- tubbymemes/templates/meme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tubbymemes/templates/meme.html b/tubbymemes/templates/meme.html index e48eea3..193aa54 100644 --- a/tubbymemes/templates/meme.html +++ b/tubbymemes/templates/meme.html @@ -36,12 +36,12 @@
-

Poster Address:
{{ meme.user.public_address }}

+

Poster Address:
{{ meme.user.public_address }}

{% if meme.meta_ipfs_hash %} -

Metadata IPFS:
{{ meme.meta_ipfs_hash }}

+

Metadata IPFS:
{{ meme.meta_ipfs_hash }}

{% endif %} {% if meme.meme_ipfs_hash %} -

Meme IPFS:
{{ meme.meme_ipfs_hash }}

+

Meme IPFS:
{{ meme.meme_ipfs_hash }}

{% endif %} {% if not meme.approved %}