Re: [問題] django inlucde tag 參數問題

作者: uranusjr (←這人是超級笨蛋)   2014-04-05 22:36:53
※ 引述《qoorocker (rockers)》之銘言:
: 目前我在處理 template 中 include 時所需傳入的參數
: {% include "form.html" with action={% url "blog:create_comment" %} only %}
: 似乎沒辦法處理 inlcude tag 似乎沒辦法優先處理完 url tag導致出錯
: 錯誤訊息
: Could not parse the remainder: '{%' from '{%'
: 好像沒辦法 tag 中 再加 tag, 不知道大家是怎麼處理的
確實不行, 這種狀況通常是用 url ... as 來處理
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#url
{% url 'blog:create_comment' as action_url %}
{% include 'form.html' with action=action_url only %}
作者: qoorocker (rockers)   2014-04-06 17:21:00
成功了!~ 感謝你 救星阿~~~ 號其在問問permission 這方面你們是怎麼控制的?
作者: timTan (用口頭禪區分年記)   2014-04-06 17:29:00
另外開文討論吧

Links booklink

Contact Us: admin [ a t ] ucptt.com