Example: how to get the current url path in django template {{ request.path }} # -without GET parameters {{ request.get_full_path }} # - with GET ...
確定! 回上一頁