Implement more tables, add more page templates, initial working db example
This commit is contained in:
7
templates/tickets/index.html
Normal file
7
templates/tickets/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block headers %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Hewwo wowld!!!!
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user