第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

僅顯示更新和刪除鏈接以在 Django 中發(fā)布作者

僅顯示更新和刪除鏈接以在 Django 中發(fā)布作者

HUWWW 2023-06-13 11:13:07
我只想顯示更新和刪除鏈接到 django 博客中帖子的作者。但是{% if request.user == posts.author %}在模板上拋出錯誤Could not parse the remainder: '==posts.author' from 'request.user==posts.author'。我該如何解決這個問題?Views.pydef post_detail(request,slug):    posts=Post.objects.get(slug=slug)    posts.seen_by=posts.seen_by+1    posts.save()    context={'posts':posts}    return render(request,'blog/post_detail.html',context)post_detail.html{% extends 'blog/base.html'%}{% block content%}        <a href="{%url 'post-cate' posts.category %}">{{posts.category}}</a>            <p>{{posts.date_posted}}</p>        <h1>{{posts.title}}</h1>        {% if request.user==posts.author %}        <p><a href="{% url 'post-update' posts.slug %}">Update</a> <a href="{% url 'post-delete' posts.slug %}">Delete</a> </p>        {% endif%}            <strong>{{posts.content}}</strong><p>- <a href="{% url 'post-by-user' posts.author %}">{{posts.author}}</a></p>            Seen:{{posts.seen_by}}            <hr>{% endblock content%}
查看完整描述

1 回答

?
慕碼人8056858

TA貢獻1803條經(jīng)驗 獲得超6個贊

你應該在符號周圍放置空格==,

{% if request.user == posts.author %}
                ^^^^^^^^


查看完整回答
反對 回復 2023-06-13
  • 1 回答
  • 0 關注
  • 147 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號