commit d4fc9ccc411a48cf89bffccf70886603da3ddf65 Author: Sathyanarayanan Gunasekaran gsathya.ceg@gmail.com Date: Mon Aug 27 08:01:54 2012 +0530
Rename Cancel button to Reset
The Cancel button confused asn into thinking that it did nothing. Renaming it to Reset will hopefully make it clearer. --- templates/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/index.html b/templates/index.html index 278765c..3fd3597 100644 --- a/templates/index.html +++ b/templates/index.html @@ -138,7 +138,7 @@ </div> <div class="form-actions"> <button type="submit" class="btn btn-primary">Submit</button> - <button class="btn" type=reset>Cancel</button> + <button class="btn" type=reset>Reset</button> </div> </fieldset> </form>