Skip to content

Commit

Permalink
removing truncation - this is basically documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Oct 20, 2024
1 parent 84999e0 commit 6211aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/templates/assistant/table_description_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Table Annotations</h3>
<tr>
<td>{{ table_description.database_connection }}</td>
<td>{{ table_description.table_name }}</td>
<td>{{ table_description.description|truncatewords:20 }}</td>
<td>{{ table_description.description }}</td>
<td>
<a href="{% url 'table_description_update' table_description.pk %}" class="px-2"><i class="bi-pencil-square"></i></a>
<a href="{% url 'table_description_delete' table_description.pk %}"><i class="bi-trash"></i></a>
Expand Down

0 comments on commit 6211aa8

Please sign in to comment.