はじめまして、この度初めて投稿させていただきます。
Djangoを始めたばかりなのですが、 Home › Sites › Sitesの検索ボックスを複数にしたいと考えております。 検索ボックスを複数にする場合、 django\contrib\admin\templates\adminないのsearch_form.htmlファイルに <input type="text" size="400" name="{{ search_var }}" value="{{ cl.query }}" id="searchbar" />を 増やす方法で考えていますが、フレームワークのTemplateに手を入れる方法は良いのでしょうか? 良い方法があればご教示お願いします。 また、そもそも検索ボックスは増やせるのでしょうか? 説明等不足している部分があると思いますがよろしくお願いします。 --~--~---------~--~----~------------~-------~--~----~ ----------------- http://djangoproject.jp/ ----------------- You received this message because you are subscribed to the Google Groups "django-ja" group. To post to this group, send email to django-ja@googlegroups.com To unsubscribe from this group, send email to django-ja-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-ja -~----------~----~----~----~------~----~------~--~---