Skip to content

Commit

Permalink
ui updatess
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Jul 15, 2023
1 parent a835ffb commit 62d57f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<p>If you want to clear your manual changes, you can run the automatic matcher again.</p>
<label>
<input type="checkbox" name="ignore_cache" value="1" />
Check here if you want to fetch the list of files again from Storage. Otherwise, if possible, it will use a cached list.
Check here if you uploaded new videos files. Otherwise a cached list file will be used.
</label>
<div>
<input type="submit" value="Run Automatic matcher" name="run_matcher" />
</div>
</div>
{% csrf_token %}

<table class="full">
<table style="width: 100%">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -62,7 +62,7 @@
{% endif %}
</td>
<td>
<input type="text" name="video_uploaded_path_{{event.id}}" value="{{ event.video_uploaded_path }}" />
<input style="width: 400px" type="text" name="video_uploaded_path_{{event.id}}" value="{{ event.video_uploaded_path }}" />
</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 62d57f8

Please sign in to comment.