From 6702fee4bf20bec428e501a87600a03224537adb Mon Sep 17 00:00:00 2001
From: OndraRehounek <ondra.rehounek@seznam.cz>
Date: Mon, 29 Aug 2022 12:53:49 +0200
Subject: [PATCH] main: fix helptext

---
 main/forms.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/main/forms.py b/main/forms.py
index b5386a49..20377e16 100644
--- a/main/forms.py
+++ b/main/forms.py
@@ -23,11 +23,7 @@ class JekyllImportForm(WagtailAdminPageForm):
     jekyll_repo_url = forms.URLField(
         max_length=512,
         required=False,
-        help_text="V GitHubu tlačítko Code -> a odkaz z Download zip"
-        "např. 'https://github.com/pirati-web/cb.pirati.cz/archive/refs/heads/gh-pages.zip',"
-        "pokud máte nainstalovaný Git, zvolte Použít Git a vložte"
-        "jednoduše URL repozitáře "
-        "např. 'https://github.com/pirati-web/cb.pirati.cz'",
+        help_text="např. https://github.com/pirati-web/pirati.cz",
     )
     readonly_log = forms.CharField(
         disabled=True,
-- 
GitLab