From e6468b012d5b33dd16992652da57f11dd5a6e82f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sun, 21 Jun 2020 06:37:46 +0200 Subject: Initial commit --- templates/transfer.htm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/transfer.htm (limited to 'templates/transfer.htm') diff --git a/templates/transfer.htm b/templates/transfer.htm new file mode 100644 index 0000000..1c484db --- /dev/null +++ b/templates/transfer.htm @@ -0,0 +1,31 @@ +{% extends "base.htm" %} + +{% block title %}Transfer Points{% endblock %} + +{% block content %} +

Transfer Points

+

{{ balance|fmt_points }}

+Go Back + +{% match error %} + {% when TransferResult::ZeroPoints %} +
You have to send at least 1 JKP
+ {% when TransferResult::SelfSend %} +
You can not send points to yourself
+ {% when TransferResult::TransferError %} +
An error occured during the transfer
+ {% when TransferResult::Empty %} +{% endmatch %} + +
+ + + + + +
+{% endblock %} + + -- cgit v1.2.3-70-g09d2