From 9b7675d0cfc48a37bd8638e698df1ed649a64220 Mon Sep 17 00:00:00 2001
From: Yarden Shoham <hrsi88@gmail.com>
Date: Tue, 11 Oct 2022 17:47:35 +0300
Subject: [PATCH] Remove cancel button in repo creation page (#21381)

---
 templates/repo/create.tmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 74ff8207d0..6272b19bc6 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -219,7 +219,6 @@
 						<button class="ui green button{{if not .CanCreateRepo}} disabled{{end}}">
 							{{.locale.Tr "repo.create_repo"}}
 						</button>
-						<a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a>
 					</div>
 				</div>
 			</form>