Only show title in col 1 until both docs selected.
This commit is contained in:
parent
fd54af9812
commit
c56e520c98
|
@ -57,8 +57,11 @@ body, html {
|
||||||
<div>
|
<div>
|
||||||
<div class="col col1">
|
<div class="col col1">
|
||||||
<h3>Link builder</h3>
|
<h3>Link builder</h3>
|
||||||
|
|
||||||
|
{% if doc1 and doc2 %}
|
||||||
<p>Select something in the first document.</p>
|
<p>Select something in the first document.</p>
|
||||||
<button class="btn btn-primary" id="new-link">confirm selection</button>
|
<button class="btn btn-primary" id="new-link">confirm selection</button>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col col2">
|
<div class="col col2">
|
||||||
|
|
Loading…
Reference in a new issue