mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-12 08:16:33 +02:00
fix home page
This commit is contained in:
@@ -505,7 +505,7 @@ class Anonymous_Github:
|
|||||||
data = json.load(f, object_hook=json_util.object_hook)
|
data = json.load(f, object_hook=json_util.object_hook)
|
||||||
if repo_name == clean_github_repository(data['repository']):
|
if repo_name == clean_github_repository(data['repository']):
|
||||||
repo = data
|
repo = data
|
||||||
return render_template('newversion.html', repo=repo)
|
return render_template('index.html', repo=repo)
|
||||||
|
|
||||||
@application.route('/', methods=['POST'])
|
@application.route('/', methods=['POST'])
|
||||||
def add_repository():
|
def add_repository():
|
||||||
|
|||||||
Reference in New Issue
Block a user