File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 {% endif %}
4949
5050 {% if post_url or not result.accepted %}
51- < div class ="form-group ">
51+ < div class ="form-group mt-3 ">
5252 < input type ="submit " value ="{% trans 'SUBMIT' %} " class ="btn btn-primary aplus-submit " />
5353 </ div >
5454 {% endif %}
Original file line number Diff line number Diff line change 66 </ label >
77 < input type ="text " id ="git_id " name ="git " class ="form-control " />
88 {% if not exercise.no_git_reminder %}
9- < p class ="help-block ">
9+ < p class ="help-block mb-0 ">
1010 {% trans "GIT_WORKFLOW_REMINDER" %}
1111 </ p >
1212 {% endif %}
1313 </ div >
1414 {% if post_url or not result.accepted %}
15- < div class ="form-group ">
15+ < div class ="form-group mt-3 ">
1616 < input type ="submit " id ="git_submit " value ="{% trans 'SUBMIT' %} " class ="btn btn-primary aplus-submit " />
1717 </ div >
1818 {% endif %}
Original file line number Diff line number Diff line change 2222 </ div >
2323 {% endif %}
2424 {% if not exercise.no_git_reminder %}
25- < p class ="help-block ">
25+ < p class ="help-block mb-0 ">
2626 {% trans "GIT_WORKFLOW_REMINDER" %}
2727 </ p >
2828 {% endif %}
2929 {% if post_url or not result.accepted %}
30- < div class ="form-group ">
30+ < div class ="form-group mt-3 ">
3131 < input type ="submit " class ="btn btn-primary aplus-submit " value ="{% trans 'GIT_REQUEST_GRADING_OF_REPO' %} " />
3232 </ div >
3333 {% endif %}
Original file line number Diff line number Diff line change 1818 </ div >
1919 {% endfor %}
2020 {% if post_url or not result.accepted %}
21- < div class ="form-group ">
21+ < div class ="form-group mt-3 ">
2222 < input type ="submit " value ="{% trans 'SUBMIT' %} " class ="btn btn-primary aplus-submit " />
2323 </ div >
2424 {% endif %}
You can’t perform that action at this time.
0 commit comments