From e7f67e9016d968332e170c76558d1d06202f4538 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Thu, 4 Apr 2024 15:57:59 +0200 Subject: [PATCH] Clarify that 'no code or variables' is about a given frame textually, but also by just left-aligning (for some reason that signals 'this frame' to me) --- issues/templates/issues/issue_stacktrace.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issues/templates/issues/issue_stacktrace.html b/issues/templates/issues/issue_stacktrace.html index 3283c58..1e67c5c 100644 --- a/issues/templates/issues/issue_stacktrace.html +++ b/issues/templates/issues/issue_stacktrace.html @@ -108,8 +108,8 @@ {% endif %} {% if "context_line" not in frame or frame.context_line is None %}{% if not frame.vars %}{# nested ifs as a subsitute for brackets-in-templates #} -
- No code context or variables available. +
+ No code context or variables available for this frame.
{% endif %}{% endif %}