calendar mockup

This commit is contained in:
Mariano Ramon
2020-05-04 02:21:07 -03:00
parent bc1a5370f2
commit 3e073a0e4b
6 changed files with 123 additions and 15 deletions

View File

@@ -0,0 +1,21 @@
{% extends 'layout.html' %}
{% block head %}
<style type="text/css">
table {
width: 100%;
border: 1px solid black;
}
</style>
{% endblock head %}
{% block content %}
{{ content | safe }}
{% endblock content %}