diff options
author | eliott <eliott@cactuswax.net> | 2007-12-30 03:42:50 +0100 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-30 03:42:50 +0100 |
commit | 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 (patch) | |
tree | aa49de02aa64dfade956dbd9e79f09bf7fc06f13 /templates/public/blank.html | |
parent | 45454908dfa2c925c4689d74fc84c4c2055257ab (diff) | |
download | archweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.gz archweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.xz |
Moved some templates around
Diffstat (limited to 'templates/public/blank.html')
-rw-r--r-- | templates/public/blank.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/public/blank.html b/templates/public/blank.html deleted file mode 100644 index d1e7b71..0000000 --- a/templates/public/blank.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<div class="box"> - <h2 class="title">Download Arch Linux</h2> - <br /><br /> -</div> -<br /><br /> -{% endblock %} - |