Basic template - .SignedUser.Theme #3047

Closed
opened 2025-11-02 04:58:53 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @DanielBaumert on GitHub (Mar 14, 2019).

i copied the templates files from the repository folder to the custom/templates folder on my machine but now gitea throw me an error:

template: base/head:152:21: executing "base/head" at <.SignedUser.Theme>: can't evaluate field Theme in type interface {}

https://github.com/go-gitea/gitea/blob/master/templates/base/head.tmpl#L152

Originally created by @DanielBaumert on GitHub (Mar 14, 2019). i copied the templates files from the repository folder to the `custom/templates` folder on my machine but now gitea throw me an error: > template: base/head:152:21: executing "base/head" at <.SignedUser.Theme>: can't evaluate field Theme in type interface {} https://github.com/go-gitea/gitea/blob/master/templates/base/head.tmpl#L152
GiteaMirror added the type/question label 2025-11-02 04:58:53 -06:00
Author
Owner

@jolheiser commented on GitHub (Mar 14, 2019):

User themes are part of 1.8+
For 1.7.x you will need to download the template from the release/v1.7 branch.

@jolheiser commented on GitHub (Mar 14, 2019): User themes are part of 1.8+ For 1.7.x you will need to download the template from the `release/v1.7` branch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3047