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 %}
-

Comments

- {% for comment in application.comments %} -

{{comment.pretty_creation_date}} -

{{comment.user.first_name}} {{comment.user.last_name}}

-

{{comment.text}}

-
- {% endfor %} +
+

Comments + {% if application.comments %} + {% for comment in application.comments %} + {% if loop.first %} +
+ ({{ loop.length }}) +
+ {% endif %} +

+
+ +

{{comment.pretty_creation_date}}

+

{{comment.user.first_name}} {{comment.user.last_name}}

+
+

{{comment.text}}

+
+ {% endfor %} + {% else %} + + {% endif %} +
{{ comment_form.hidden_tag() }} - {{ comment_form.text(class="form-controllo") }} -
diff --git a/blender-bfct/application/templates/layout.html b/blender-bfct/application/templates/layout.html index e9d8423..607e2e2 100644 --- a/blender-bfct/application/templates/layout.html +++ b/blender-bfct/application/templates/layout.html @@ -67,6 +67,7 @@
{% endfor %} +
+
+ +
-
- +
+
@@ -35,7 +35,7 @@ {% if application.review_end_date %} -
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 %} -