added a instructions placeholder
parent
21e37d197d
commit
7511a6b112
|
@ -0,0 +1,10 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block header %}
|
||||
<head>Matches</head>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>Comming soon...</p>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue