diff --git a/tin/static/css/choose.css b/tin/static/css/choose.css index 313670a9..a48a8ef1 100644 --- a/tin/static/css/choose.css +++ b/tin/static/css/choose.css @@ -2,6 +2,13 @@ box-sizing: border-box; } +.multi-part-container { + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; +} + .row { display: flex; flex-wrap: wrap; diff --git a/tin/templates/assignments/choose_file_action.html b/tin/templates/assignments/choose_file_action.html index 00645944..cf705bc8 100644 --- a/tin/templates/assignments/choose_file_action.html +++ b/tin/templates/assignments/choose_file_action.html @@ -27,7 +27,11 @@ {% block main %} {% if course_actions %} -

Your File Actions

+
+

Your File Actions

+ Create new file action +
+
{% for action in course_actions %} diff --git a/tin/templates/assignments/custom_file_action.html b/tin/templates/assignments/custom_file_action.html index b2a8d966..9a3446c1 100644 --- a/tin/templates/assignments/custom_file_action.html +++ b/tin/templates/assignments/custom_file_action.html @@ -24,6 +24,8 @@

Create a File Action

{% endif %} +

For an explanation of what file actions are, and how to use them, check out Tin's documentation

+
{% csrf_token %}