codeforamerica / skillcamp

A #crosshack project that makes it easy for fellows to share the things they teach others.
http://skill.camp/
MIT License
3 stars 2 forks source link

Style Add Lesson page #11

Closed maya closed 10 years ago

maya commented 10 years ago

Style Add Lesson page: http://www.skill.camp/create

maya commented 10 years ago

This is (mostly) done! Divided each section blocks so it's easier for the user to read. Added in the hand drawn icons to each section.

Last thing we need is to make some input fields into text areas so we can have multi-line text. Any idea how we do this? @drewrwilson @dget

Here is a sample line of code used to generate the input field: {{ form.author_name.label }} {{ form.author_name(size=40) }}

maya commented 10 years ago

The fields that need multi-line text areas are:

maya commented 10 years ago

Done! Thanks @dget for the text area + python help :+1: