gpt4 book ai didi

python - 我怎样才能渲染这个 Django 模板?

转载 作者:太空宇宙 更新时间:2023-11-03 16:24:52 26 4
gpt4 key购买 nike

Why is Django blocktrans working one place and not another? ,我问了一个类似的问题,并在“使用 i18n”响应解决了相关行为后接受了答案。在这里,我在 Pinax 0.9a1 的模板中收到 TemplateSyntaxError,用于查看给定用户的关注者是什么:

{% extends "microblogging/base.html" %}

{% load i18n %}
{% load avatar_tags %}
{% load account_tags %}

{% user_display other_user as other_user_display %}

{% block head_title %}{% blocktrans %}Followers of {{ other_user_display }}{% endblocktrans %}{% endblock %}

错误是:

TemplateSyntaxError at /tweets/followers/ABC/
Caught KeyError while rendering: u'other_user_display'

如果我正确读取模板,则模板中的倒数第二行(非空白)定义 other_user_displayuser_display() 定义在 lib/python2.7/site-packages/pinax/apps/account/utils.py 中。

还需要做什么才能使 user_display other_user/other_user_display 可用?

最佳答案

在 blocktrans 标记内定义您的 {{ other_user_display }} 变量。第二个例子来自 https://docs.djangoproject.com/en/1.9/topics/i18n/translation/#blocktrans-template-tag

关于python - 我怎样才能渲染这个 Django 模板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38083483/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com