skeleton catalog list and editor pages

This commit is contained in:
Seth Ladygo
2019-03-18 20:02:40 -07:00
parent e7bc69b3c5
commit 2ba79d9a7f
12 changed files with 11989 additions and 9 deletions

View File

@ -11,6 +11,7 @@
<link rel="stylesheet" href="{% static 'css/main.css' %}">
<script src="{% static 'js/uikit.min.js' %}"></script>
<script src="{% static 'js/uikit-icons.min.js' %}"></script>
<script src="{% static 'js/vue.js' %}"></script>
</head>
<body>
{% include "nav.html" %}