From e8305e29e4e5675eae2e5ec8d8b8429d8f85a886 Mon Sep 17 00:00:00 2001
From: Ferenc Schulcz <schulcz.ferenc@gmail.com>
Date: Sat, 30 Apr 2022 01:09:17 +0200
Subject: [PATCH] Fixup! Unmatching ready

---
 views/match.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/match.ejs b/views/match.ejs
index 18c2e2f..d4f2976 100644
--- a/views/match.ejs
+++ b/views/match.ejs
@@ -12,7 +12,7 @@
     </p>
 
     <section id="actionbar">
-        <a class="button" href="/">Unmatch</a>
+        <a class="button" href="/unmatch/<%= profile.username %>">Unmatch</a>
     </section>
 
     <%- include('_tail', {}) %>
\ No newline at end of file
-- 
GitLab