diff --git a/template/app_doc/project.html b/template/app_doc/project.html index b305936..a445aea 100644 --- a/template/app_doc/project.html +++ b/template/app_doc/project.html @@ -128,17 +128,19 @@ {% endblock %} {% block doc_bottom_block %} - - - {% if project.create_user.first_name != '' %} {{project.create_user.first_name}} {% else %} {{project.create_user.username}}{% endif %} - {% for colla in colla_user_list %} - ,{% if colla.user.first_name != '' %} {{colla.user.first_name}} {% else %} {{colla.user.username}}{% endif %} - {% endfor %} - +
+ + + {% if project.create_user.first_name != '' %} {{project.create_user.first_name}} {% else %} {{project.create_user.username}}{% endif %} + {% for colla in colla_user_list %} + ,{% if colla.user.first_name != '' %} {{colla.user.first_name}} {% else %} {{colla.user.username}}{% endif %} + {% endfor %} + - + +
{% endblock %} {% block custom_script %}