We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e766604 commit e6edbd8Copy full SHA for e6edbd8
1 file changed
templates/display.html
@@ -4,9 +4,9 @@
4
<meta charset="UTF-8">
5
</head>
6
<body>
7
+ <a href="javascript:window.history.go(-1)">Back</a>
8
<h1>Graph API Call Result</h1>
9
<pre>{{ result |tojson(indent=4) }}</pre> <!-- Just a generic json viewer -->
- <a href="javascript:window.history.go(-1)">Back</a>
10
</body>
11
</html>
12
0 commit comments