diff --git a/perguntations/static/js/admin.js b/perguntations/static/js/admin.js index 2857438..dd32549 100644 --- a/perguntations/static/js/admin.js +++ b/perguntations/static/js/admin.js @@ -75,7 +75,6 @@ $(document).ready(function() { data: {"cmd": "test", "value": ""}, dataType: "json", success: function(data) { - // fill jumbotron data $("#title").html(data['data']['title']); $("#ref").html(data['data']['ref']); $("#filename").html(data['data']['filename']); diff --git a/perguntations/templates/question-checkbox.html b/perguntations/templates/question-checkbox.html index e1cfd1a..0c8f533 100644 --- a/perguntations/templates/question-checkbox.html +++ b/perguntations/templates/question-checkbox.html @@ -8,7 +8,7 @@
- +
diff --git a/perguntations/templates/question-radio.html b/perguntations/templates/question-radio.html index f68ba7a..18498ef 100644 --- a/perguntations/templates/question-radio.html +++ b/perguntations/templates/question-radio.html @@ -3,19 +3,19 @@ {% block answer %}
-
{% end %} diff --git a/perguntations/templates/question.html b/perguntations/templates/question.html index a927030..30d43bd 100644 --- a/perguntations/templates/question.html +++ b/perguntations/templates/question.html @@ -2,13 +2,15 @@ {% block question %}
-
- {{ q['number'] }}. {{ q['title'] }} +
+ + {{ q['number'] }}. {{ q['title'] }} +
- Classificar  - + Classificar  +
-
+
{{ md(q['text']) }} diff --git a/perguntations/templates/review-question-checkbox.html b/perguntations/templates/review-question-checkbox.html index e2ec641..4736dbf 100644 --- a/perguntations/templates/review-question-checkbox.html +++ b/perguntations/templates/review-question-checkbox.html @@ -9,7 +9,7 @@
{% if q['answer'] is not None and str(n) in q['answer'] %}
- +
{{ md(opt) }} diff --git a/perguntations/templates/review-question.html b/perguntations/templates/review-question.html index 7395e15..574f424 100644 --- a/perguntations/templates/review-question.html +++ b/perguntations/templates/review-question.html @@ -4,13 +4,15 @@ {% if q['answer'] is not None %}
-
+
+ {{ q['number'] }}. {{ q['title'] }} +
- Classificar  + Classificar 
-
+
@@ -74,13 +76,15 @@ {% else %}
-
+
+ {{ q['number'] }}. {{ q['title'] }} +
- Classificar + Classificar 
-
+

-- libgit2 0.21.2