fix json handling in template
This commit is contained in:
parent
cc4d88e99e
commit
c8ae2835fa
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Repo request {{ req_id }} not found.
|
|||
<tr><th>Invalid event</th><td>Unable to determine event for request</td><th></tr>
|
||||
#endif
|
||||
#if req.opts
|
||||
<th>Options</th><td class="usertext">{{ json.dumps(req.opts, indent=4) }}</td>
|
||||
<th>Options</th><td class="usertext">{{ req.opts | tojson(indent=4) }}</td>
|
||||
#endif
|
||||
#if req.repo_id
|
||||
<tr><th>Fulfilled by repo</th><td><a href="repoinfo?repoID={{ req.repo_id }}">{{ req.repo_id }}</a</td></tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue