From fde421c01eb374054d2e442808587810fdfed5ce Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 22 Feb 2007 00:19:06 -0800 Subject: major git_wiki progress + fixed syncdb problems (model attributes missing) --- bn_django/git_wiki/templates/git_wiki/base.html | 11 ----------- bn_django/git_wiki/templates/git_wiki/frontpage.html | 2 +- bn_django/git_wiki/templates/git_wiki/shortlog_table | 4 ++-- 3 files changed, 3 insertions(+), 14 deletions(-) (limited to 'bn_django/git_wiki/templates') diff --git a/bn_django/git_wiki/templates/git_wiki/base.html b/bn_django/git_wiki/templates/git_wiki/base.html index ed88aa1..526a707 100644 --- a/bn_django/git_wiki/templates/git_wiki/base.html +++ b/bn_django/git_wiki/templates/git_wiki/base.html @@ -23,17 +23,6 @@ {% endblock %} {% block content %} -{% if item %} {% block gitwiki %} {% endblock %} -
- - pdf - log - -
-{% else %} -

No such knowledge!

-

Perhaps you meant...

-{% endif %} - {% endblock %} diff --git a/bn_django/git_wiki/templates/git_wiki/frontpage.html b/bn_django/git_wiki/templates/git_wiki/frontpage.html index b4c4cbd..85698c4 100644 --- a/bn_django/git_wiki/templates/git_wiki/frontpage.html +++ b/bn_django/git_wiki/templates/git_wiki/frontpage.html @@ -20,7 +20,7 @@ If you're curious you can track my work in the code section.
For more recent content see the timeline
- +

Browse the knowledge!

Latest knowledge

{% include "git_wiki/shortlog_table" %}
diff --git a/bn_django/git_wiki/templates/git_wiki/shortlog_table b/bn_django/git_wiki/templates/git_wiki/shortlog_table index 8d30f80..85f916d 100644 --- a/bn_django/git_wiki/templates/git_wiki/shortlog_table +++ b/bn_django/git_wiki/templates/git_wiki/shortlog_table @@ -12,12 +12,12 @@ {% if heads %}{% for h in heads.iteritems %} {% ifequal h.1 l.hash %} - [{{ h.0 }}] + [{{ h.0 }}] {% endifequal %} {% endfor %}{% endif %} {% if tags %}{% for t in tags.iteritems %} {% ifequal l.hash t.1 %} - [{{ t.0 }}] + [{{ t.0 }}] {% endifequal %}{% endfor %}{% endif %} -- cgit v1.2.3