diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index fa8818c..778807f 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -9,53 +9,4 @@ body {padding: 53px 0 0 0 !important;} top: 0; left: 0; position: absolute; -} - -.form-control { - top: 0; - position: absolute; - background-color: white !important; - border: none; - margin-top: 30px; - border: thin solid #aaa !important; -} - -.form-control:focus { - border: thin solid #444 !important; -} - -.input-group .input-group-addon { - position: absolute; - top: 28px; - z-index: 3; - padding: 10px 15px 10px 12px !important; - background: transparent; - border: 0; - color: gray; -} - -.input-group .input-group-addon + .form-control{ - padding-left: 38px; -} - -.input-group .input-group-addon .bf-network{ - font-size: 140% !important; - position: absolute; - left: 8px; top: 8px; -} - -::-webkit-input-placeholder { /* WebKit browsers */ - color: #bbb !important; -} - -:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ - color: #999; - opacity: 1; -} -::-moz-placeholder { /* Mozilla Firefox 19+ */ - color: #999; - opacity: 1; -} -:-ms-input-placeholder { /* Internet Explorer 10+ */ - color: #999; } \ No newline at end of file diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index faa3703..5ad930a 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit faa37037642261710630997892182512da1171a5 +Subproject commit 5ad930a712c59489079bde23761cb067ef0b38a5 diff --git a/blender-bfct/application/templates/my_application.html b/blender-bfct/application/templates/my_application.html index 801abff..3e029ce 100755 --- a/blender-bfct/application/templates/my_application.html +++ b/blender-bfct/application/templates/my_application.html @@ -1,9 +1,15 @@ {% extends 'layout.html' %} {% block body %}
-
+
+

Your BFCT status dashboard

- +

Follow the status of your BFCT Application right here.

+ + +
+
+
@@ -12,23 +18,38 @@ - - + + {% if application.review_start_date %} - + {% endif%} {% if application.review_end_date %} - + {% endif%}
Date
{{application.show_pretty_date('submission')}}You submitted your application{{application.show_pretty_date('submission')}}You submitted an application +
Fingers crossed! +
{{application.show_pretty_date('review_start')}}Application review started + Application review process started +
This means that at least one reviewer has voted, let's wait for the others. +
{{application.show_pretty_date('review_end')}}Application review ended + Application review ended! +
+ All reviewers have now voted. You'll get an email soon with the results. +
+ {% if application.review_end_date %} +

+ Thank you for being part of the Blender Foundation Certified Trainers program +

+ {% endif %} +