@@ -23,12 +23,14 @@ <h3 class="mainHeader">
2323 < div class ="col-12 ">
2424 < form id ="form1 " method ="post " action ="{% url 'meta_creator:getdata' %} ">
2525 {% csrf_token %}
26- < h6 class =" custom-tooltip " >
26+ < h6 >
2727 Project URL
28- < span class ="tooltip-text ">
28+ < span class ="custom-tooltip ">
29+ < i class ="fa fa-info-circle " aria-hidden ="true "> </ i >
30+ < span class ="tooltip-text ">
2931 The GitHub or GitLab repository URL
32+ </ span >
3033 </ span >
31- < i class ="fa fa-info-circle " aria-hidden ="true "> </ i >
3234 </ h6 >
3335 < input
3436 type ="url "
@@ -42,8 +44,10 @@ <h6 class="custom-tooltip">
4244 >
4345 {% endif %}
4446 < div class ="tooltip-container ">
45- < h6 class =" custom-tooltip " >
47+ < h6 >
4648 Token Key
49+ < span class ="custom-tooltip ">
50+ < i class ="fa fa-info-circle " aria-hidden ="true "> </ i >
4751 < span class ="tooltip-text ">
4852 To extract metadata from GitHub repositories token is not needed,
4953 however, using one resolves rate limitations and allows for
@@ -65,28 +69,30 @@ <h6 class="custom-tooltip">
6569 > Create a personal access token</ a
6670 >
6771 </ span >
68- < i class =" fa fa-info-circle " aria-hidden =" true " > </ i >
72+ </ span >
6973 </ h6 >
7074 </ div >
7175 < input
7276 type ="text "
7377 id ="token_input "
7478 name ="personal_token_key "
75- placeholder ="(Optional) Enter your personal token key from GitHub or GitLab "
79+ placeholder ="Enter your personal token key from GitHub or GitLab "
7680 value ="" />
7781 {% if error_message_token %}
7882 < span id ="token_error " class ="error_message "
7983 > {{ error_message_token }}</ span
8084 >
8185 {% endif %}
8286 < div class ="captcha-box ">
83- < h6 for ="id_captcha_1 " class =" custom-tooltip " >
87+ < h6 for ="id_captcha_1 " >
8488 Captcha Check
85- < span class ="tooltip-text ">
89+ < span class ="custom-tooltip ">
90+ < i class ="fa fa-info-circle " aria-hidden ="true "> </ i >
91+ < span class ="tooltip-text ">
8692 CAPTCHA is a security system used to prevent spam and abuse by
8793 distinguishing human users from automated bots.
8894 </ span >
89- < i class =" fa fa-info-circle " aria-hidden =" true " > </ i >
95+ </ span >
9096 {% for message in messages %}< span
9197 id ="captcha-error "
9298 class ="captcha-error "
0 commit comments