Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
改行コードなかったの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jul 27, 2014
1 parent 3ad6f75 commit 7186d99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/kawaz/apps/events/search_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def get_model(self):
return Event

def index_queryset(self, using=None):
return self.get_model().objects.all()
return self.get_model().objects.all()
2 changes: 1 addition & 1 deletion src/kawaz/core/search/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def test_search_view(self):
/search/で検索用のビューが見れるかどうか
"""
r = self.client.get('/search/')
self.assertTemplateUsed(r, 'search/search.html')
self.assertTemplateUsed(r, 'search/search.html')
2 changes: 1 addition & 1 deletion src/kawaz/statics/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-size: @font-size-base;
}
}
}
}
2 changes: 1 addition & 1 deletion src/kawaz/templates/search/indexes/events/event_text.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ object.title }}
{{ object.body }}
{{ object.created_at }}
{{ object.updated_at }}
{{ object.updated_at }}
2 changes: 1 addition & 1 deletion src/kawaz/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ <h1><a href="{{ result.object.get_absolute_url }}">{{ result.title }}</a></h1>
</div>
</div>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 7186d99

Please sign in to comment.