diff options
author | expo <expo@expobox.potato.hut> | 2012-08-06 12:19:48 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2012-08-06 12:19:48 +0200 |
commit | 1ef274ec1dca0c54ea3dbda6887960e8f665e2c9 (patch) | |
tree | 34b38e1cd1016393fe552d8f5e106d6c3ded95fd /templates/editfile.html | |
parent | 0f5627505f9249f520c6f43bba5864643dc8be0e (diff) | |
download | troggle-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/editfile.html')
-rw-r--r-- | templates/editfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editfile.html b/templates/editfile.html index 954a1c4..b9ae115 100644 --- a/templates/editfile.html +++ b/templates/editfile.html @@ -90,7 +90,7 @@ <label for="id_date">Content:</label> {{ fileForm.html }} </div> - <p><input type="submit" value="Sumbit Trip Report" /></p> + <p><input type="submit" value="Submit Trip Report" /></p> </form> {% endblock %} |