Skip to content

Commit 4ab2dbf

Browse files
committed
Fixed bad mobile styling and also s3 issue
1 parent 7e55c6c commit 4ab2dbf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

conditional/templates/major_project_submission.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,29 @@ <h3 class="mb-4">Major Project Form</h3>
6969

7070
<label for="skill-input" class="d-block h5 mt-4 mb-2">
7171
Skills Applied &MediumSpace;
72-
<small class="text-muted d-block">
72+
<small class="text-muted">
7373
Press Enter or , to separate skills
7474
</small>
7575
</label>
7676

77-
<div class="form-control border-0 border-bottom rounded-0 p-2">
77+
<div class="border-0 border-bottom rounded-0 p-2">
7878
<input
7979
id="skill-input"
8080
name="skill"
8181
type="text"
8282
maxlength="16"
8383
placeholder="Add a skill"
84-
class="border-0 w-100"
84+
class="form-control border-0 w-100"
8585
>
86+
8687
<small class="text-muted">
8788
List what skills you meaningfully used while working on this project (at least 2!)
8889
</small>
8990
</div>
9091
</div>
9192

9293
<div class="col-lg-6">
93-
<label for="time-commitment" class="d-block h5 mt-4 mb-2">
94+
<label for="time-commitment" class="d-block h5 mt-5 mb-2">
9495
Time Commitment
9596
</label>
9697

conditional/util/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import boto3
22
import botocore
3-
from flask import app
3+
from conditional import app
44

55

66
def list_files_in_folder(bucket_name, folder_prefix):

0 commit comments

Comments
 (0)