From 8d2530156576ea91103cc33b9771f0da658006a4 Mon Sep 17 00:00:00 2001
From: Stefano Pigozzi <ste.pigozzi@gmail.com>
Date: Mon, 4 Jun 2018 23:37:48 +0200
Subject: [PATCH] Fix title

---
 templates/profile.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/profile.html b/templates/profile.html
index 5ed951af..0c2c4711 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -1,7 +1,7 @@
 {% extends 'base.html' %}
 
 {% block pagetitle %}
-    Royal Games
+    {{ royal.username }}
 {% endblock %}
 
 {% block body %}