From 37e9a114a3a169bfa4c0bb251c1415f225582e24 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 30 Dec 2021 02:23:41 -0800 Subject: [PATCH] fix link to prof --- suchwowx/templates/meme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suchwowx/templates/meme.html b/suchwowx/templates/meme.html index 84e2bb7..3a0792d 100644 --- a/suchwowx/templates/meme.html +++ b/suchwowx/templates/meme.html @@ -30,7 +30,7 @@

Title: {{ meme.title }}

Description: {{ meme.description }}

-

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

+

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

{% if meme.meta_ipfs_hash %}

Meta IPFS: {{ meme.meta_ipfs_hash }}

{% endif %}