2
0

fix: formatting
Some checks failed
Build and Release / Create Release (push) Successful in 0s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 3m59s
Build and Release / Lint (push) Successful in 4m10s
Build and Release / Unit Tests (push) Successful in 4m35s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Successful in 3m13s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Successful in 9h4m22s
Build and Release / Build Binaries (amd64, darwin, macos) (push) Successful in 6m10s
Build and Release / Build Binary (linux/arm64) (push) Failing after 8m31s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Failing after 10m4s

This commit is contained in:
2026-03-06 17:19:31 -05:00
parent eca22df63a
commit 6ceb4f0ad4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2026 gitcaddy
Copyright (c) 2026 GitCaddy
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including

View File

@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
GitCaddy Server - Third Party Licenses
Copyright (c) 2024-2026 MarketAlly Inc.
Copyright (c) 2010-2026 MarketAlly Inc.
https://marketally.com
GitCaddy is built on Gitea (https://gitea.com) and includes the following

View File

@@ -253,7 +253,7 @@ func ChangeConfig(ctx *context.Context) {
cfg.Theme.BlogsInTopNav.DynKey(): marshalBool,
cfg.Theme.ShowFooterPoweredBy.DynKey(): marshalBool,
cfg.Theme.ShowFooterLicenses.DynKey(): marshalBool,
cfg.Theme.ShowFooterAPI.DynKey(): marshalBool,
cfg.Theme.ShowFooterAPI.DynKey(): marshalBool,
}
_ = ctx.Req.ParseForm()