Initial commit to support document comments
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
{% endif %}
|
||||
|
||||
<form action="{% url multi_object_action_view %}" class="form" method="get">
|
||||
{% if scrollable_content %}
|
||||
<div style="border: 1px solid black; height: {{ scrollable_content_height }}; overflow: auto;">
|
||||
{% endif %}
|
||||
<table class="table">
|
||||
<tbody>
|
||||
{% if not hide_header %}
|
||||
@@ -86,6 +89,9 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% if scrollable_content %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if multi_select or multi_select_as_buttons %}
|
||||
{% if multi_select_as_buttons %}
|
||||
{% get_multi_item_links as multi_item_links %}
|
||||
@@ -108,7 +114,6 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</form>
|
||||
|
||||
{% paginate %}
|
||||
|
||||
{% if side_bar %}
|
||||
|
||||
@@ -119,6 +119,7 @@ INSTALLED_APPS = (
|
||||
'django.contrib.messages',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
'django.contrib.comments',
|
||||
'navigation',
|
||||
'web_theme',
|
||||
'main',
|
||||
|
||||
Reference in New Issue
Block a user