Files
deb-python-pecan/pecan/tests/templates/form_name_invalid.html
Ryan Petrello 7cdf9d3afd A handful of improvements:
* Fixing a few broken tests (https://github.com/dreamhost/pecan/issues/28)
* Removing py.test as a package requirement.
* Moving tests *into* the package.
* Adding code to use native unittest discovery (or unittest2 fallback).
2012-03-02 11:58:12 -05:00

3 lines
147 B
HTML

<!-- for: name -->
<span class="error-message">Please enter a value</span><br />
<input type="text" id="name" name="name" value="" class="error" />