restore legacy, include shorcut scripts
This commit is contained in:
32
dmold/dmweb/templates/calendar.html
Normal file
32
dmold/dmweb/templates/calendar.html
Normal file
@@ -0,0 +1,32 @@
|
||||
{% extends 'layout.html' %}
|
||||
|
||||
{% block head %}
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
td > * {
|
||||
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align : top;
|
||||
height: 25px;
|
||||
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
{% endblock head %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user