summaryrefslogtreecommitdiffstats
path: root/templates/editentrance.html
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2012-08-06 12:19:48 +0200
committerexpo <expo@expobox.potato.hut>2012-08-06 12:19:48 +0200
commit1ef274ec1dca0c54ea3dbda6887960e8f665e2c9 (patch)
tree34b38e1cd1016393fe552d8f5e106d6c3ded95fd /templates/editentrance.html
parent0f5627505f9249f520c6f43bba5864643dc8be0e (diff)
downloadtroggle-1ef274ec1dca0c54ea3dbda6887960e8f665e2c9.tar.gz
troggle-1ef274ec1dca0c54ea3dbda6887960e8f665e2c9.tar.bz2
troggle-1ef274ec1dca0c54ea3dbda6887960e8f665e2c9.zip
Editing no longer changes files more than nesecary. Removed TinyMCE editing. /Sumbit/Submit
Diffstat (limited to 'templates/editentrance.html')
-rw-r--r--templates/editentrance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editentrance.html b/templates/editentrance.html
index d17d1f9..3b0e12b 100644
--- a/templates/editentrance.html
+++ b/templates/editentrance.html
@@ -12,7 +12,7 @@
<form action="" method="post">{% csrf_token %}
<table>{{ form }}</table>
{{ versionControlForm }}
- <p><input type="submit" value="Sumbit" /></p>
+ <p><input type="submit" value="Submit" /></p>
</form>
{% endblock %}