{% load static %}
Kalkulator
Kalkulator ze szkolenia
Podaj dwie liczby i wybierz dziaĆanie:
{% csrf_token %}
+
-
*
/
^
Oblicz
{% if wynik %}
{{request.POST.arg1}} {{request.POST.operacja}} {{request.POST.arg2}} =
{{wynik}}
{% endif %} {% if error %}
{{error}}
{% endif %}