diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 778807f..2d2cf25 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -1,5 +1,6 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans); @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); +@import url('../../assets_shared/css/font-borg.css'); body {padding: 53px 0 0 0 !important;} diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index 035a524..56f71f6 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit 035a52456b306388cead6843a86e35e8fa0ada1e +Subproject commit 56f71f65c98d4ca56d1228c897698fffb306467d diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index 217c891..e7f7363 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -135,19 +135,37 @@ {% endif %}
{{comment.pretty_creation_date}} -
{{comment.user.first_name}} {{comment.user.last_name}}
-{{comment.text}}
-{{comment.pretty_creation_date}}
+{{comment.text}}
+Date | @@ -35,7 +35,7 @@ {% if application.review_end_date %}||
---|---|---|
{{application.show_pretty_date('review_end')}} | -+ |
Application review ended!
All reviewers have now voted. You'll get an email soon with the results. @@ -49,7 +49,6 @@ Thank you for being part of the Blender Foundation Certified Trainers program {% endif %} - |