summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-11 04:55:08 -0500
committerUnknwon <u@gogs.io>2015-12-11 04:55:08 -0500
commit40f3142264aa20103ba2c6375b344e491cff27f5 (patch)
tree2d17476fae2baf5e80aa56d596f83d37b141bcf7 /modules/auth
parentb21160a13aeab088bdee14ea5444321214adbd05 (diff)
downloadgitea-40f3142264aa20103ba2c6375b344e491cff27f5.tar.gz
gitea-40f3142264aa20103ba2c6375b344e491cff27f5.zip
#2114 External URL for wiki
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 0d70117303..804c8ebae7 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -91,6 +91,8 @@ type RepoSettingForm struct {
// Advanced settings
EnableWiki bool
+ EnableExternalWiki bool
+ ExternalWikiURL string
EnableIssues bool
EnableExternalTracker bool
TrackerURLFormat string