diff options
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/templates/resources/create_featured_resource.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/resources/create_featured_resource.html b/pyblackbird_cc/templates/resources/create_featured_resource.html new file mode 100644 index 0000000..7995cad --- /dev/null +++ b/pyblackbird_cc/templates/resources/create_featured_resource.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% load static %} + +{% block title %}?Add featured resource{% endblock title %} + +{% block content %} +<p>Bobbins -totalus bobinus</p> +{% endblock content %} + |