File tree Expand file tree Collapse file tree
builder/templates/builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77{% endblock %}
88
99{% block body %}
10- < div class ="card ">
10+ < div class ="card " style =" max-width: 600px; min-width: fit-content; " >
1111 < div class ="card-body ">
1212 < form method ="post ">
1313 {% for field in form %}
Original file line number Diff line number Diff line change 4040 < span class ="input-group-text " id ="hooks_forward " style ="width: 200px; "> Hooks forward</ span >
4141 < input type ="text " class ="form-control " value ="{{ course.update_hook }} " aria-label ="Hooks forward " aria-describedby ="hooks_forward " disabled >
4242 </ div >
43- < hr style ="color: var(--bs-secondary-bg); opacity: 1.0; "/>
4443 {% endif %}
44+ < hr style ="color: var(--bs-secondary-bg); opacity: 1.0; "/>
4545 < form method ="post " action ="{% url 'manager-git-hook' course.key %} " class ="form-inline ">
4646 < div >
4747 < div class ="input-group mb-2 mt-2 ">
You can’t perform that action at this time.
0 commit comments