Fix css bug
This commit is contained in:
parent
5b3238ca55
commit
76c22c074b
1 changed files with 2 additions and 1 deletions
|
@ -387,9 +387,10 @@
|
||||||
|
|
||||||
{% with license=problem.license %}
|
{% with license=problem.license %}
|
||||||
{% if license %}
|
{% if license %}
|
||||||
<span class="license">
|
<span class="license">
|
||||||
<a href="{{ url('license', license.key) }}">{{ license.display or license.name }}</a>
|
<a href="{{ url('license', license.key) }}">{{ license.display or license.name }}</a>
|
||||||
</span>
|
</span>
|
||||||
|
<div style="clear:both"></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue