diff --git a/templates/cwa/gogame.html.j2 b/templates/cwa/gogame.html.j2 index 4704f42..21539a9 100644 --- a/templates/cwa/gogame.html.j2 +++ b/templates/cwa/gogame.html.j2 @@ -70,7 +70,7 @@ -
+
{% if abandoned %} Game abandoned {% elif score is not none %} @@ -90,8 +90,12 @@ {% endif %}
- - Refresh + + {% if game.is_completed %} + Return to lobby + {% else %} + Refresh + {% endif %}