Skip to content
Snippets Groups Projects
Commit bd4ef77e authored by Jonas Leder's avatar Jonas Leder
Browse files

removed apikey from links page

parent cfe5899b
No related branches found
Tags 1.7.8
No related merge requests found
......@@ -307,7 +307,7 @@ def ownLinks():
if(len(entriesList) == 0): response = 'you have no shorten links.' #If user has no shorten links make this message
except:
abort(500) #Shouldn't happen, 500 means internal server error
return render_template('editEntries.html', content=response, loginbar=loginbar, cookieNotice=cookieNotice, apikey="your api key: " + sAPI.dumps(userID)) #Put the table and the login div inside the template and server it to the user
return render_template('editEntries.html', content=response, loginbar=loginbar, cookieNotice=cookieNotice) #Put the table and the login div inside the template and server it to the user
@app.route('/user/delete') #This function is called if a user deletes an entrie
......
......@@ -15,7 +15,6 @@
<div class="form">
{{content | safe}}
<p><a href="/">back</a></p>
<p class="message">{{apikey}}</p>
</div>
</div>
<!-- ui-dialog -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment