diff --git a/views/match.ejs b/views/match.ejs
index 18c2e2f38089730bf0c65eedde4380ac5108782d..d4f2976b05bdf24e0ff08fbe054caad81d09b8bf 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