cleaned up code and integrated some simple CSS
[rapidsms] / templates / _error.tmpl
1 <div id="errormsg">
2 <h3>Error</h3>
3
4 <ul>
5 {% for error in errors %}
6 <li>{{error}}</li>
7 {% endfor %}
8 </ul>
9 </div>

Benjamin Mako Hill || Want to submit a patch?