diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-07 18:13:09 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-07 18:13:09 (GMT) |
commit | 975b1111db79bcf63cf47bf72b1b44636dde4f18 (patch) | |
tree | 9dfe274585bc6ff825f18799764881d2712f1912 /helsinki/program/templates/search | |
parent | 758180007e1a1735b7e7fc871593400fb80054dd (diff) | |
parent | 3c5bfc8fe50437e9a8f8b1a259639dc95c56f3d9 (diff) |
Merge branch 'develop'
Diffstat (limited to 'helsinki/program/templates/search')
-rw-r--r-- | helsinki/program/templates/search/indexes/program/note_text.txt | 2 | ||||
-rw-r--r-- | helsinki/program/templates/search/indexes/program/show_text.txt | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/helsinki/program/templates/search/indexes/program/note_text.txt b/helsinki/program/templates/search/indexes/program/note_text.txt new file mode 100644 index 0000000..2421b4f --- /dev/null +++ b/helsinki/program/templates/search/indexes/program/note_text.txt @@ -0,0 +1,2 @@ +{{ object.title }} +{{ object.content }}
\ No newline at end of file diff --git a/helsinki/program/templates/search/indexes/program/show_text.txt b/helsinki/program/templates/search/indexes/program/show_text.txt new file mode 100644 index 0000000..f08b515 --- /dev/null +++ b/helsinki/program/templates/search/indexes/program/show_text.txt @@ -0,0 +1,3 @@ +{{ object.name }} +{{ object.description }} +{{ object.short_description }}
\ No newline at end of file |