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
returnrender_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
returnrender_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