{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Joanna Lemon Learning - Update Resource {% endblock title %} {# {% block extra_css %}#} {# #} {# {% endblock %}#} {% block content %}

Update this resource

{% lorem %}

{% csrf_token %} {% crispy form form.helper %} {# now for the submit button #}
{% endblock content %}