Skip to content

Instantly share code, notes, and snippets.

@dreynolds
Created August 13, 2010 09:43
Show Gist options
  • Save dreynolds/522625 to your computer and use it in GitHub Desktop.
Save dreynolds/522625 to your computer and use it in GitHub Desktop.
--- alphabet-new.html 2010-08-13 10:41:59.000000000 +0100
+++ alphabet.html 2010-08-12 14:47:43.000000000 +0100
@@ -1,4 +1,3 @@
-{% if choices %}
<div class="xfull">
<ul class="toplinks alphabetfilter">
{% for choice in choices %}
@@ -6,4 +5,3 @@
{% endfor %}
</ul><br class="clear" />
</div>
-{% endif %}
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment