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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

POST方法django后重定向到同一頁(yè)面

POST方法django后重定向到同一頁(yè)面

叮當(dāng)貓咪 2023-09-11 17:38:39
嘗試下面的代碼:(只需更改 min_items_per_col )$(function($) {    var num_cols = 0,    container = $('.counter-list'),    listItem = 'li',    listClass = 'sub-list';    container.each(function() {        var items_per_col = new Array(),        items = $(this).find(listItem),        min_items_per_col = 15,//Math.floor(items.length / num_cols),        num_cols = Math.ceil((items.length) / min_items_per_col),        difference = items.length - (min_items_per_col * num_cols);        for (var i = 0; i < num_cols; i++) {            if (i < difference) {                items_per_col[i] = min_items_per_col + 1;            } else {                items_per_col[i] = min_items_per_col;            }        }        for (var i = 0; i < num_cols; i++) {            $(this).append($('<ul ></ul>').addClass(listClass));            for (var j = 0; j < items_per_col[i]; j++) {                var pointer = 0;                for (var k = 0; k < i; k++) {                    pointer += items_per_col[k];                }                $(this).find('.' + listClass).last().append(items[j + pointer]);            }        }    });});.counter-list ul{  float: left;  list-style:none;  border-bottom: 1px solid;}.counter-list li{  line-height: 1.5em;  counter-increment: step-counter; }.counter-list li:before {    content: counter(step-counter);  margin-right: 5px;  font-size: 80%;  background-color: rgb(0,200,200);  color: white;  font-weight: bold;  padding: 3px 8px;  border-radius: 3px; }
查看完整描述

2 回答

?
吃雞游戲

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超7個(gè)贊

將 FilmReportView 修復(fù)get_success_url()為如下所示:

def get_success_url(self):
        return reverse("film-detail", kwargs={"pk": self.object.reports.id})

那應(yīng)該照顧它


查看完整回答
反對(duì) 回復(fù) 2023-09-11
?
莫回?zé)o

TA貢獻(xiàn)1865條經(jīng)驗(yàn) 獲得超7個(gè)贊

在您的views.py甚至模板中,您可以將next參數(shù)與您想要的網(wǎng)址一起放置:

form/action/url?next={{request.path}}
查看完整回答
反對(duì) 回復(fù) 2023-09-11
  • 2 回答
  • 0 關(guān)注
  • 159 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)