fix: attempting to fix styles errors

This commit is contained in:
Rushil Umaretiya 2021-02-15 16:33:47 -05:00
parent ac5ffb486a
commit d8ad85d1f1
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -1,6 +1,6 @@
{% extends "launchx/base.html" %}
{% load launchx_extras %}
<script src="{% static 'innovate/starfield.js' %}"></script>
{% block styles %}
<link rel="stylesheet" href="{% static 'innovate/index.css' %}">
{% endblock %}