|
@@ -28,6 +28,10 @@
|
|
|
<th scope="row">{% trans "Name" %}</th>
|
|
<th scope="row">{% trans "Name" %}</th>
|
|
|
<td>{{ object.name|placeholder }}</td>
|
|
<td>{{ object.name|placeholder }}</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th scope="row">{% trans "Description" %}</th>
|
|
|
|
|
+ <td>{{ object.description|placeholder }}</td>
|
|
|
|
|
+ </tr>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
{% include 'inc/panels/tags.html' %}
|
|
{% include 'inc/panels/tags.html' %}
|