diff --git a/dasettings/templates/dasettings/structure_content.html b/dasettings/templates/dasettings/structure_content.html index 39f5b6b..6ef1633 100644 --- a/dasettings/templates/dasettings/structure_content.html +++ b/dasettings/templates/dasettings/structure_content.html @@ -242,7 +242,7 @@ noclickeffect:active { border-style: outset !important;}
+ {% for ql in standard.addedquicklinks.all %} + {{ ql.link|truncatechars:30 }} + {% endfor %} +
+
+ {% for agc in standard.addedcontacts.all %}
+ {{agc.company}}
+ {% endfor %}
+
+ {% for s in standard.addedpasswords.all %}
+ {{s.name}}
+ {% endfor %}
+