diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index acbc363..a1a23bd 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -1,3 +1,6 @@ +@import url(http://fonts.googleapis.com/css?family=Open+Sans); +@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); + .application_row { width: 430%; height: 100%; diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index 0ab2954..c1b0adf 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit 0ab2954746ce378163d5341bdfd6cd72b9ac8e81 +Subproject commit c1b0adf34cf1cadd1e270e05e12d074ef7280d96 diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index a82e630..fb2bff1 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -3,49 +3,107 @@
{{application.bio_message}}
+
+ + You {% if review.approved %} + approved + {% else %} + rejected + {% endif %} this candidate. +
+Reviewer | -Vote | +Verdict | |
---|---|---|---|
+ {% if review.reviewer.id == current_user.id %} + + {% endif %} + {{review.reviewer.first_name}} {{review.reviewer.last_name}} + {% if review.reviewer.id == current_user.id %} + + {% endif %} + | ++ {% if review.approved %} + + {% else %} + + {% endif %} + | +||
- {% if review.reviewer.id == current_user.id %} - You - {% endif %} - {{review.reviewer.first_name}} {{review.reviewer.last_name}} - | -- {% if review.approved %} - √ - {% endif %} + | + Tsk tsk! Nobody reviewed this yet. | +
You {% if review.approved %} approved {% else %} rejected {% endif %} this candidate.
-