diff options
author | eliott <eliott@cactuswax.net> | 2008-03-08 21:11:02 +0100 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-03-08 21:11:02 +0100 |
commit | 3e31808521e990b3b86d25de7d49cdd90a2de29f (patch) | |
tree | 610986402708677b9cccf3c8d2632177173789ed /templates/feeds | |
parent | 4d1977f24e062370efd307cbe51d4cd826828362 (diff) | |
download | archweb-3e31808521e990b3b86d25de7d49cdd90a2de29f.tar.gz archweb-3e31808521e990b3b86d25de7d49cdd90a2de29f.tar.xz |
More changes to the multiarch model.
Diffstat (limited to 'templates/feeds')
-rw-r--r-- | templates/feeds/news_description.html | 1 | ||||
-rw-r--r-- | templates/feeds/news_title.html | 1 | ||||
-rw-r--r-- | templates/feeds/packages_description.html | 1 | ||||
-rw-r--r-- | templates/feeds/packages_title.html | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/templates/feeds/news_description.html b/templates/feeds/news_description.html deleted file mode 100644 index 26e1cbb..0000000 --- a/templates/feeds/news_description.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.content }} diff --git a/templates/feeds/news_title.html b/templates/feeds/news_title.html deleted file mode 100644 index d355de5..0000000 --- a/templates/feeds/news_title.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.title }} diff --git a/templates/feeds/packages_description.html b/templates/feeds/packages_description.html deleted file mode 100644 index 6b9c47b..0000000 --- a/templates/feeds/packages_description.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.pkgdesc }} diff --git a/templates/feeds/packages_title.html b/templates/feeds/packages_title.html deleted file mode 100644 index a273162..0000000 --- a/templates/feeds/packages_title.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.pkgname }} {{ obj.pkgver }}-{{ obj.pkgrel }} |