Cancel buttons
This commit is contained in:
parent
352ea445eb
commit
173928006d
@ -45,6 +45,7 @@
|
||||
</p>
|
||||
{% endfor %}
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
<button type="button" onclick="window.location.href='/'">Cancel</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -11,7 +11,7 @@
|
||||
<form action='' method="post">
|
||||
<br>
|
||||
<input type="submit" value="Delete">
|
||||
<a href='/viewall'>Cancel</a>
|
||||
<button type="button" onclick="window.location.href='/'">Cancel</button>
|
||||
</form>
|
||||
|
||||
<!-- Display a preview of the item -->
|
||||
|
@ -45,6 +45,7 @@
|
||||
</p>
|
||||
{% endfor %}
|
||||
<p><input type="submit" value="Update" /></p>
|
||||
<button type="button" onclick="window.location.href='/'">Cancel</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -28,6 +28,7 @@
|
||||
<input type="file" id="file" name="file" accept=".csv" required>
|
||||
<br><br>
|
||||
<button type="submit">Upload</button>
|
||||
<button type="button" onclick="window.location.href='/'">Cancel</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user