Skip to content

Commit

Permalink
Add home links to ref card and listing
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Aug 23, 2017
1 parent 135f133 commit 4b06bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/scripts/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2707,6 +2707,7 @@ def printList():
</tr>
''' % (refcardURL, cgi.escape(name, quote=True), dateStr))
print ('</table>')
print('<p><a href="/">Home</a>.')

def printRefCard(config, public, createdImages, deviceForBlockImage, errors):
runId = config.name
Expand Down Expand Up @@ -2758,6 +2759,7 @@ def printHTML(mode, config, public, createdImages, deviceForBlockImage, errors):
print('<body>')
printBody(mode, config, public, createdImages, deviceForBlockImage, errors)
print('<p>Please direct questions and suggestions and support requests to <a href="https://forums.frontier.co.uk/showthread.php?t=212866">the thread on the official Elite: Dangerous forums</a>.')
print('<p><a href="/">Home</a>.')
print('</body>')
print('</html>')

Expand Down

0 comments on commit 4b06bbe

Please sign in to comment.