Commit 0cba6c2f by Xavier Antoviaque

remove-points-possible: Don't display the number of points on title

parent 0059b1be
......@@ -6,7 +6,6 @@
{% if self.title %}
<div class="title">
<h2 class="main">{{ self.title.content }}</h2>
<span class="weight">{% if self.weight %} ({{ self.weight }} Points Possible) {% endif %}</span>
</div>
{% endif %}
{% for name, c in named_children %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment