UGH
This commit is contained in:
parent
7da4c46e47
commit
0b620172d2
1 changed files with 8 additions and 3 deletions
|
|
@ -18,9 +18,14 @@
|
|||
</div>
|
||||
<div class="number">
|
||||
What's your current word count?
|
||||
<input type="number" name="number" value="{{ .Number }}" min="1" max="1000000000" required>
|
||||
<br><div class="field">
|
||||
<textarea class="edit-status" name="content" maxlength="140" placeholder="What project are you working on?" required autofocus>{{ .Content }}</textarea>
|
||||
<input type="number"
|
||||
name="number"
|
||||
min="1"
|
||||
max="1000000000"
|
||||
value="{{ .Number }}"
|
||||
required><br>What do you want to say about your project? (Optional)<br><div class="field"> <textarea class="edit-status" name="content" maxlength="140"
|
||||
placeholder="What project are you working on?" autofocus>{{ .Content }}</textarea>
|
||||
|
||||
</div>
|
||||
<input type="submit" value="Submit">
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue