Add placeholder template to keep build working

Build fails when there are no less templates in `awx/ui/static/js`,
therefore I'm adding this file that I will remove immediately once I
start adding less templates to this directory.
This commit is contained in:
Joe Fiorini 2015-04-13 15:52:02 -04:00
parent a22b5e773e
commit 157f4b8062

View File

@ -0,0 +1,3 @@
// This file left here as a placeholder
// to keep the build passing. Will be
// removed on the next card.