Stub out templates for #9

This commit is contained in:
Audrey Roy 2013-05-18 13:37:46 +02:00
parent 7ca17936f1
commit 6d59986241
5 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{% extends "admin/base.html" %}
{% block content %}
TODO
{% endblock content %}

View file

@ -0,0 +1,7 @@
{% extends "admin/base.html" %}
{% block content %}
TODO
{% endblock content %}

View file

@ -0,0 +1,7 @@
{% extends "admin/base.html" %}
{% block content %}
TODO
{% endblock content %}

View file

@ -0,0 +1,7 @@
{% extends "admin/base.html" %}
{% block content %}
TODO
{% endblock content %}

View file

@ -0,0 +1,7 @@
{% extends "admin/base.html" %}
{% block content %}
TODO
{% endblock content %}