From db7641721583211e0bb8236e70bb18f78f50ddd1 Mon Sep 17 00:00:00 2001 From: Kanstantsin Kamkou Date: Mon, 8 May 2017 13:53:33 +0200 Subject: [PATCH] Add link to github at the profile page, closes #186 --- gitmostwanted/templates/profile.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitmostwanted/templates/profile.html b/gitmostwanted/templates/profile.html index d916fc6..5b965fa 100644 --- a/gitmostwanted/templates/profile.html +++ b/gitmostwanted/templates/profile.html @@ -15,7 +15,10 @@ {{ flashed_messages() }}
-

{{ account.username }}

+

+ + {{ account.username }} +

{% if account.id == g.user.id %}