Skip to content

Commit b212599

Browse files
committed
Updated PLAN
- Legacy-Id: 15367
2 parents 5b77d01 + 57489d4 commit b212599

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

PLAN

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Planned work in rough order
1919
could have been done with only table edits if there hadn't been so much code
2020
using type_id lists and features needing code changes).
2121

22+
* Simple file upload area for NomCom
23+
2224
* Polish the htmlization pages, making the style identical with tools.ietf.org.
2325

2426
* Change our web asset handling from the current bower-based (which has been

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<form class="navbar-form navbar-right hidden-xs" action="/doc/search/">
7878
<div class="form-group">
79-
<input class="form-control input-sm" type="text" name="name" placeholder="Document search">
79+
<input class="form-control input-sm" type="text" name="name" placeholder="Document search" required>
8080
<input type="hidden" name="activedrafts" value="on">
8181
<input type="hidden" name="rfcs" value="on">
8282
</div>

0 commit comments

Comments
 (0)