fixed price check bool

This commit is contained in:
Ben Arc 2021-04-20 19:38:43 +01:00
parent c61b7f1c41
commit 8f9c98a1e6

View file

@ -30,13 +30,13 @@
class="rounded-borders" class="rounded-borders"
></qrcode> ></qrcode>
<center class="absolute-bottom" style="color: black; font-size: 20px"> <center class="absolute-bottom" style="color: black; font-size: 20px">
{% raw %}{{ copilot.lnurl_title }}{% endraw %} {% raw %}{{ copilot.lnurl_title }}
</center> </center>
</div> </div>
</div> </div>
<h2 <h2
v-if="copilot.show_price != 'None'" v-if="{{copilot.show_price]} != 'None'"
class="text-bold fixed-bottom-left" class="text-bold fixed-bottom-left"
style=" style="
margin: 60px 60px; margin: 60px 60px;
@ -45,10 +45,10 @@
color: white; color: white;
" "
> >
{% raw %}{{ price }}{% endraw %} {{ price }}
</h2> </h2>
<p <p
v-if="copilot.show_ack != 'None'" v-if="{{copilot.show_ack}} != 'None'"
class="fixed-top" class="fixed-top"
style=" style="
font-size: 22px; font-size: 22px;
@ -59,6 +59,7 @@
> >
Powered by LNbits/StreamerCopilot Powered by LNbits/StreamerCopilot
</p> </p>
{% endraw %}
</q-page> </q-page>
{% endblock %} {% block scripts %} {% endblock %} {% block scripts %}
<script src="{{ url_for('static', filename='vendor/vue-qrcode@1.0.2/vue-qrcode.min.js') }}"></script> <script src="{{ url_for('static', filename='vendor/vue-qrcode@1.0.2/vue-qrcode.min.js') }}"></script>