不可逆な毎日ブログ

2度と過ごすことのない毎日をつらつらと・・・

ForeignKeyとForm

Django×Python (LLフレームワークBOOKS)

Django×Python (LLフレームワークBOOKS)

    {% if user.is_authenticated and form %}
            <div id="note_form">
                <form action="{% url post_note %}" method="post">
                  <table>
                    {{ form }}
                    <td></td><td class="form_button"><input type="submit" value="つぶやく" /></td>
                  </table>
                </form>
            </div>
    {% endif %}

サンプルにあった。ちゃんと読めよ。自分。