1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)

This change introduces a fix for the PR #26214 to set the UserLocationMapURL correctly.
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos
2023-09-29 14:57:06 +00:00
committed by GitHub
parent c3b7231966
commit 65e09a303e
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ func userProfile(ctx *context.Context) {
ctx.Data["Title"] = ctx.ContextUser.DisplayName()
ctx.Data["PageIsUserProfile"] = true
ctx.Data["UserLocationMapURL"] = setting.Service.UserLocationMapURL
// prepare heatmap data
if setting.Service.EnableUserHeatmap {