Openvpn template layout, relative img paths. Closes #716

This commit is contained in:
billz
2020-12-07 11:37:57 +00:00
parent 3b1c9b23c5
commit da0e714f86
3 changed files with 36 additions and 29 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="col-md-6">
<figure class="figure">
<img src="/app/img/wifi-qr-code.php" class="figure-img img-fluid" alt="RaspAP Wifi QR code" style="width:100%;">
<img src="app/img/wifi-qr-code.php" class="figure-img img-fluid" alt="RaspAP Wifi QR code" style="width:100%;">
<figcaption class="figure-caption"><?php echo _("Scan this QR code with your phone to connect to this RaspAP."); ?></figcaption>
</figure>
</div>