Skip to content

Commit

Permalink
only show documentation for baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Oct 6, 2023
1 parent 3f9cf82 commit 365d90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/templates/views/edit_tenant.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h6 class="mb-3 text-sm">{{ tenant.display_name }}</h6>
{% endfor %}
</select>
</div>
{% if tenant.baseline == "true" %}
<div class="form-check my-3" style="padding-left: 0;">
{% if tenant.create_documentation == "true" %}
<input class="form-check-input" type="checkbox" id="documentationCheck" name="tenant_create_documentation" value="true" onclick="updateValue(this)" checked>
Expand All @@ -60,6 +61,7 @@ <h6 class="mb-3 text-sm">{{ tenant.display_name }}</h6>
{% endif %}
<label class="custom-control-label" for="documentationCheck">Create documentation</label>
</div>
{% endif %}
{% if tenant.baseline or tenant.repo %}
<div class="form-check my-3" style="padding-left: 0;">
{% if tenant.new_branch == "true" %}
Expand Down

0 comments on commit 365d90d

Please sign in to comment.