mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #448] templates/base.html does link to non local files: #334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daclarus on GitHub (Oct 4, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/448
template/base.html does not use the local version bootstrap
should be
<link rel="stylesheet" href="{% static "css/bootstrap.min.css" %}">
should be
<script src="{% static "js/bootstrap.min.js" %}"></script>