diff --git a/anapneo/static/css/app.less b/anapneo/static/css/app.less index 5c1f3f1..4defc30 100644 --- a/anapneo/static/css/app.less +++ b/anapneo/static/css/app.less @@ -79,3 +79,9 @@ img.neo-image { height: 300px; border-style: none; } + +.required{ + color: red; + margin-right: 5px; + +} \ No newline at end of file diff --git a/anapneo/templates/base.html b/anapneo/templates/base.html index 75db396..b749935 100644 --- a/anapneo/templates/base.html +++ b/anapneo/templates/base.html @@ -14,9 +14,15 @@ + {% block css %}{% endblock %} - + +