Minimal single-column layout for direct /finger/<user> links
Direct links now render a results-first single-column view: drop the About Finger panel, success banner, timestamp and back-to-home button, and replace the lookup card with a small inline form next to the heading. The interactive /finger page keeps its original two-column layout.
This commit is contained in:
@@ -167,7 +167,7 @@ def finger_direct(username):
|
||||
else:
|
||||
error = output
|
||||
|
||||
return render_template('finger.html', title=f'Finger - {username}', result=result, error=error, username=username)
|
||||
return render_template('finger.html', title=f'Finger - {username}', result=result, error=error, username=username, direct=True)
|
||||
|
||||
@app.route('/api/finger')
|
||||
@app.route('/api/finger/<path:username>')
|
||||
|
||||
Reference in New Issue
Block a user