~dev-nigelj/harvest/627686

« back to all changes in this revision

Viewing changes to EXTERNALS

  • Committer: Dylan McCall
  • Date: 2010-08-12 03:30:02 UTC
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: dylanmccall@gmail.com-20100812033002-x7ti1crfr9td7pm6
Hooked templates up to new Opportunity Notes stuff.

Added new_note form field, which is processed under views.py
.signature elements for notes are no longer floated to the right.

Added and applied humanize_timediff template filter, which outputs something like the built in timediff, but simpler.
Removed unused list_to_columns.py filter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        By "metajack"
11
11
        <http://djangosnippets.org/snippets/797/>
12
12
 
 
13
./harvest/common/templatetags/humanize_timediff.py
 
14
        By "supsupmo"
 
15
        <http://djangosnippets.org/snippets/412/>
 
16
 
13
17
./harvest/media/css/reset.css
14
18
        By Eric Meyer
15
19
        <http://meyerweb.com/eric/tools/css/reset/>