Skip to content

Commit

Permalink
Fixing more name typos :/
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed Jun 11, 2011
1 parent ae2dd45 commit bcb0533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How did this all get started?

In December 2008, while working for `NASA's Science Mission Directorate`_, my team began to use Django_ and Pinax_. We needed to make all the forms in Pinax `Section 508`_ compatible, and the thought of going through all of 30+ forms and rewriting `{{ form }}` as a block of `{% for field in form %}` with all the template logic seemed like way too much work.

So with the encouragement of Katie Cunningham, `James Tauber`_ and `Jannis Leidal`_ I took the Django docs on forms and combined it with Dragan Babic's excellent Uni-Form css/javascript library and created the ubiquitous `as_uni_form` filter. After that, fixing all the forms in Pinax to be section 508 compliant was trivial.
So with the encouragement of Katie Cunningham, `James Tauber`_ and `Jannis Leidel`_ I took the Django docs on forms and combined it with Dragan Babic's excellent Uni-Form css/javascript library and created the ubiquitous `as_uni_form` filter. After that, fixing all the forms in Pinax to be section 508 compliant was trivial.

Not long before PyCon 2009 James Tauber suggested the `{% uni_form form helper %}` API, where one could trivially create forms without writing any HTML.

Expand All @@ -18,4 +18,4 @@ At PyCon 2009 Jannis Leidel helped me through releasing the 0.3 release of djang
.. _`NASA's Science Mission Directorate`: http:https://science.nasa.gov
.. _`Section 508`: http:https://en.wikipedia.org/wiki/Section_508
.. _`James Tauber`: http:https://jtauber.com/
.. _`Jannis Leidal`: http:https://twitter.com/jezdez
.. _`Jannis Leidel`: http:https://twitter.com/jezdez

0 comments on commit bcb0533

Please sign in to comment.