avalon-django/avalon/avalon_game/templates/assassinate_wait.html

10 lines
215 B
HTML

{% extends "in_game.html" %}
{% block game_content %}
<div class="assassin-phase">
<p>
The resistance have won 3 rounds! Please wait while the assassin choses a target.
</p>
</div>
{% endblock %}