Added basic template
1 files changed, 12 insertions(+), 0 deletions(-) A => awesomebox/templates/awesomebox/awesomebox.html
A => awesomebox/templates/awesomebox/awesomebox.html +12 -0
@@ 0,0 1,12 @@ +{% load url from future %} +<html> +<head> +<title>Awesome Box!</title> +</head> +<body> +<form action="{% url 'awesomebox_main' %}" method="POST"> +{{ form }} +<input type="submit" value="Send Command"> +</form> +</body> +</html>