Skip to content
Snippets Groups Projects
Commit 26e635f6 authored by Mathison Chen's avatar Mathison Chen
Browse files

Delete calc.html

parent 35d15ba1
No related branches found
No related tags found
No related merge requests found
{% extends 'base.html' %}
{% block header%}
<h1>{% block title %}Calc{% endblock %}</h1>
{% endblock %}
{% block content %}
<form method="post">
<label for="input">input</label>
<input name="input" id="input" required>
<nva>
<form>
<button>
<input type="submit" value="calc">
</button>
</form>
</nva>
</form>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment