actino
This commit is contained in:
@@ -286,6 +286,9 @@
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div style="margin-bottom: 10px;">
|
||||
<a href="/admin" style="color: var(--text-muted); text-decoration: none;">← 返回管理后台</a>
|
||||
</div>
|
||||
<header>
|
||||
<img src="{{ config.header_image }}" alt="{{ config.event_title }}" class="header-img" onerror="this.style.display='none'">
|
||||
<div style="text-align: center; margin-bottom: 10px; color: var(--primary-color); font-size: 0.8rem; letter-spacing: 2px; font-weight: 600; opacity: 0.9;">
|
||||
@@ -392,6 +395,9 @@
|
||||
|
||||
<button onclick="window.location.href='/'" style="margin-top: 30px;">返回首页</button>
|
||||
<button onclick="resetFlow()" style="margin-top: 15px; background: transparent; border: 1px solid rgba(255,255,255,0.2);">继续修改</button>
|
||||
<a href="/admin">
|
||||
<button style="margin-top: 15px; background: transparent; border: 1px solid rgba(255,255,255,0.2);">← 返回管理后台</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user