Page MenuHomec4science

multiplication.html
No OneTemporary

File Metadata

Created
Sun, Jan 5, 10:32

multiplication.html

<html>
<head></head>
<body>
{% spaceless %}
<form action="" method="GET">
{{ form.as_p }}
<input type="submit" name="calculate" value="Calculer">
</form>
{% if result %}
<div>
<h3>Résultat</h3>
<div id="result">{{ result }}</div>
</div>
{% endif %}
{% endspaceless %}
</body>
</html>

Event Timeline