Skip to content

Commit

Permalink
Merge pull request #102 from arielfayol37/polishing
Browse files Browse the repository at this point in the history
Polishing
  • Loading branch information
arielfayol37 authored Nov 23, 2023
2 parents 28ccf04 + e1879c3 commit 48f147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phobos/templates/phobos/course_info_management.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4>{{course.name}}</h4><hr/>
<br/>
<form class="info-form" action="{% url 'phobos:save_course_info' course.id %}" method="post" value="operation" style="display: none;">
{% csrf_token %}
<textarea class="field-style" placeholder="Write content (markdown supported)" style="width: 90%; border-radius: 10px;" name="text_info"></textarea>
<textarea class="field-style textarea-info" placeholder="Write content (markdown supported)" style="width: 90%; border-radius: 10px;" name="text_info"></textarea>
<br/>

<input type="submit" class="btn btn-success" value="Save"/>
Expand Down

0 comments on commit 48f147b

Please sign in to comment.