{% extends 'base.html' %} {% block css %} th, td { vertical-align: top; text-align: left} td.input { width: 100%; } td.checkbox { width: 0.1em; height: 0.1em; padding: 0em; text-align: center; } input[type="number"] { text-align: right; } input[type="text"] { width: 100% } textarea { width: 100% }; {% endblock %} {% block content %}
{% include 'watch_form.html' %} {% endblock %}