fix fields
This commit is contained in:
@@ -672,7 +672,7 @@ def calendar_data(current_user):
|
||||
sample_range = random.randint(20, 60)
|
||||
for x in range(sample_range):
|
||||
calDate = datetime.datetime.utcnow() + datetime.timedelta(minutes=180 * random.randint(1, 20))
|
||||
new_l = {"uid":"425611f2-c692-4404-b93d-76ca7a5ce7"+str(x), "description": "Calendar Random Item on " + str(x) , "added": calDate, "category":random.randint(1, 4) }
|
||||
new_l = {"uid":"425611f2-c692-4404-b93d-76ca7a5ce7"+str(x), "title": "Calendar Random Item on " + str(x) , "start": calDate, "category":random.randint(1, 4) }
|
||||
dList.append(new_l)
|
||||
|
||||
calendar_data = {
|
||||
@@ -852,7 +852,7 @@ def subscription_start(current_user):
|
||||
return jsonify(myproduct_data=myproduct_data)
|
||||
|
||||
@app.route("/panel/settings")
|
||||
def test_settings():
|
||||
def user_settings():
|
||||
|
||||
settings_data = {
|
||||
"external_links": [
|
||||
|
||||
Reference in New Issue
Block a user