aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/create_featured_resource.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-22 16:39:06 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-22 16:39:19 +0100
commitbefd3e81321e0f5989d68a6838b4a17af51b1e64 (patch)
treebf59889e587bca347dbc3807004b19c4a69ecfb6 /pyblackbird_cc/templates/resources/create_featured_resource.html
parentff1aa3aa113e507f870eba4c96099946f154fb22 (diff)
wip: starting to test the featured resource view
Diffstat (limited to 'pyblackbird_cc/templates/resources/create_featured_resource.html')
-rw-r--r--pyblackbird_cc/templates/resources/create_featured_resource.html9
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 %}
+