Replace dangling symlinks with real base.css and base.js files

The symlinks pointed to /root/code/web_template/ which does not exist on
the production LXC (10.10.10.61). Flask returned 404 for both assets.
Replaced with actual file copies from web_template v1.2.

To update when web_template changes:
  cp /root/code/web_template/base.css static/base.css
  cp /root/code/web_template/base.js  static/base.js

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 22:11:44 -04:00
co-authored by Claude Sonnet 4.6
parent 51c18fee5c
commit c0f8975dee
2 changed files with 8553 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
/root/code/web_template/base.css
+5606
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1 +0,0 @@
/root/code/web_template/base.js
+2947
View File
File diff suppressed because it is too large Load Diff