Set attributes on newly created notes

This commit is contained in:
Tom Hughes 2012-10-14 14:04:59 +01:00
parent 89fc5a7fdc
commit 513bec8044
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<form action="#">
<input type="hidden" name="lon">
<input type="hidden" name="lat">
<textarea name="comment" cols="40" rows="10"></textarea>
<textarea name="text" cols="40" rows="10"></textarea>
<br/>
<input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" id="note-add">
</form>