diff --git a/subjects/templates/subjects/home.html b/subjects/templates/subjects/home.html new file mode 100644 index 0000000..f1d811f --- /dev/null +++ b/subjects/templates/subjects/home.html @@ -0,0 +1,84 @@ +{% extends "categories/home.html" %} + +{% load static pagination i18n %} + +{% block content %} + {% if messages %} + {% for message in messages %} +
+ {% endfor %} + {% endif %} + + + + + + + + + + + + +