mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-14 03:56:08 +00:00
Include the current URL in the page when viewing the version diff
This commit is contained in:
@@ -208,7 +208,7 @@ def diff_history_page(uuid):
|
||||
#print (dates, l_file, r_file)
|
||||
output = render_template("diff.html", watch_a=watch, messages=messages, left=left_file_contents,
|
||||
right=right_file_contents, extra_stylesheets=extra_stylesheets, versions=dates[:-1],
|
||||
current_previous_version=str(previous_version))
|
||||
current_previous_version=str(previous_version), current_diff_url=watch['url'])
|
||||
return output
|
||||
|
||||
@app.route("/favicon.ico", methods=['GET'])
|
||||
|
||||
Reference in New Issue
Block a user