From b4999b495e828ff68a5c93f65a39efad5b37dcea Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 18:32:25 -0200 Subject: changed landing view - moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images --- templates/devel/siteindex.html | 60 ------------------------------------------ templates/public/index.html | 12 +++++++++ 2 files changed, 12 insertions(+), 60 deletions(-) delete mode 100644 templates/devel/siteindex.html (limited to 'templates') diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html deleted file mode 100644 index ac0df767..00000000 --- a/templates/devel/siteindex.html +++ /dev/null @@ -1,60 +0,0 @@ -{% extends "base.html" %} - -{% block content_left %} -
-

Latest News

- {% for news in news_updates %} - {{ news.postdate }} - {{ news.title }} -
- {% endfor %} -
- More News... -
-
-
-
- - - - - {% for pkg in pkg_updates %} - - - - - {% endfor %} - - - -

Recent Updates

{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}{{ pkg.arch.name }}

More Updates...
-
-
-{% endblock %} - -{% block content_right %} - -
-

Dev Links:

- -

Main Site Links:

- -{% endblock %} diff --git a/templates/public/index.html b/templates/public/index.html index e092e289..4e5612d9 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -69,6 +69,18 @@

{{ news.title }}


+ {% if user.is_authenticated %} +

Dev Links:

+ + {% endif %}

Documentation: