merge with upstream master
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
{% block contents %}
|
||||
{% if context['site_data_available'] %}
|
||||
<div class="form_section">
|
||||
<h3>Summary</h3>
|
||||
<h3>Summary <small>({{ context['project_name'] }})</small></h3>
|
||||
{% for warning in context['warning_messages'] %}
|
||||
<div class="summary_warning">{{ warning.value }}</div>
|
||||
{% endfor %}
|
||||
|
||||
<table class="summary_table" id="summary_table">
|
||||
<tr>
|
||||
<td colspan="2" class="table_meta_headers">OUTPUTS</td>
|
||||
@@ -80,8 +81,13 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% include "navigation_buttons.html.jinja" %}
|
||||
{% if 'SFID' in session %}
|
||||
<small><i>Sales Force project</i> (<a href="/sales_force_logout">Logout</a>)</small>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user