Update the notmyidea theme.

This commit is contained in:
Alexis Metaireau 2010-10-16 04:33:55 +01:00
commit fc9c8e4d2b
2 changed files with 2 additions and 2 deletions

1
TODO
View file

@ -2,4 +2,3 @@
* Find a way to extend the existing templates instead of rewriting all from * Find a way to extend the existing templates instead of rewriting all from
scratch. scratch.
* find a better way to specify the templates * find a better way to specify the templates
* find a better way to get the date (replaced in dvcses for instances)

View file

@ -1,4 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}{{ article.title }}{% endblock %}
{% block content %} {% block content %}
<section id="content" class="body"> <section id="content" class="body">
<article> <article>