Closed ksalamy closed 2 years ago
Yes, I should be able to merge them.
Would you please also fix the html-style comments in the template files as these don't work in production. e.g. in smdb/smdb/templates/pages/home.html:
<!-- <link rel="stylesheet" type="text/css" href="{% static 'css/sidebar.css' %}"> -->
should be:
{# <link rel="stylesheet" type="text/css" href="{% static 'css/sidebar.css' %}"> #}
See this SO answer: https://stackoverflow.com/a/719926/1281657
Hi Mike.
Okay, try a merge again. I think I have the HTML-comments in the template files styled properly for the production server now. Please let me know if there are any issues. -K
Hi Mike,
Could you try and merge these changes in before you leave on vacation? Thanks so much in advance.