{% extends 'base.html' %} {% load static %} {% block extraheadcontent %} {% endblock %} {% block title %} Publish Table via CVEs {% endblock %} {% block pagecontent %}
Actions:
{# xhr_table_url is just the current url so leave it blank #} {% url '' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}