Changed gallery url
This commit is contained in:
@ -69,6 +69,11 @@ def index():
|
|||||||
return render_template("index.html")
|
return render_template("index.html")
|
||||||
|
|
||||||
# --- Gallery & Hero API ---
|
# --- Gallery & Hero API ---
|
||||||
|
@app.route("/gallery-editor")
|
||||||
|
def gallery_editor():
|
||||||
|
"""Render gallery editor page."""
|
||||||
|
return render_template("gallery-editor/index.html")
|
||||||
|
|
||||||
@app.route("/api/gallery", methods=["GET"])
|
@app.route("/api/gallery", methods=["GET"])
|
||||||
def get_gallery():
|
def get_gallery():
|
||||||
"""Get gallery images."""
|
"""Get gallery images."""
|
||||||
|
@ -560,7 +560,6 @@ label {
|
|||||||
#site-info-form input, #theme-editor-form input,
|
#site-info-form input, #theme-editor-form input,
|
||||||
#site-info-form textarea, #theme-editor-form textarea,
|
#site-info-form textarea, #theme-editor-form textarea,
|
||||||
#site-info-form select, #theme-editor-form select {
|
#site-info-form select, #theme-editor-form select {
|
||||||
/* background: rgba(4, 44, 60, 0.55);*/
|
|
||||||
background: #1f2223;
|
background: #1f2223;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 1px solid #585858;
|
border: 1px solid #585858;
|
||||||
|
Reference in New Issue
Block a user