From ff6c04915a48cff4b72ba2239cb48f8c9d0e8a67 Mon Sep 17 00:00:00 2001 From: Dammie Date: Sat, 2 Nov 2019 11:44:55 -0500 Subject: [PATCH] Create result.html --- result.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 result.html diff --git a/result.html b/result.html new file mode 100644 index 0000000..8733ad1 --- /dev/null +++ b/result.html @@ -0,0 +1,14 @@ + +

Player: {{account.username}}

+

Credits: {{account.credits}}

+

Card: {{bingocard.display_html}}

+

Balls Called: {% include "bingocard.html" %}

+

Win: {{total_win}}

+

Pattern: {{patterns_won}}

+ +

Play Again?