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>
|
||||||
<div class="number">
|
<div class="number">
|
||||||
What's your current word count?
|
What's your current word count?
|
||||||
<input type="number" name="number" value="{{ .Number }}" min="1" max="1000000000" required>
|
<input type="number"
|
||||||
<br><div class="field">
|
name="number"
|
||||||
<textarea class="edit-status" name="content" maxlength="140" placeholder="What project are you working on?" required autofocus>{{ .Content }}</textarea>
|
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>
|
</div>
|
||||||
<input type="submit" value="Submit">
|
<input type="submit" value="Submit">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue