templates里面的一些常用语法
<a href
="{% url 'users:edit_profile' 9 %}">修改资料
</a
>
<a href
="/accounts/edit_profile/{{ user.id }}">修改资料
</a
>
<form enctype
="multipart/form-data" action
="/learnformapp/edit_user/{{ nid }}" method
="post" novalidate
>
</form
>
转载请注明原文地址:https://tech.qufami.com/read-24150.html