Code-Input was updated to 1.2.2 and currently works! I have the upload functionality working and have begun working on an undo button. It currently saves all the files to a dir everytime you access /templates but I haven't implemented a full undo yet.
This commit is contained in:
13
app/templates/cmtest.html
Normal file
13
app/templates/cmtest.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
{% include 'head.html' %}
|
||||
{% include 'header.html' %}
|
||||
{% include 'logo.html' %}
|
||||
<p> </p>
|
||||
{% if error %}
|
||||
<h3>{{ error }}</h4>
|
||||
{% endif %}
|
||||
|
||||
<form method="POST" action="/">
|
||||
{{ form.name.label }} {{ form.name(size=20) }}
|
||||
<input type="submit" value="Go">
|
||||
</form>
|
||||
Reference in New Issue
Block a user