← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 531: fix some mistakes with some closing tags in a django template

 

------------------------------------------------------------
revno: 531
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2013-01-08 00:05:46 +0100
message:
  fix some mistakes with some closing tags in a django template  
modified:
  src/alfanous-django/templates/base.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-django/templates/base.html'
--- src/alfanous-django/templates/base.html	2013-01-07 23:07:02 +0000
+++ src/alfanous-django/templates/base.html	2013-01-07 23:05:46 +0000
@@ -221,11 +221,11 @@
 		<li class="menuitem"><a href="#"> {{ language_local_name }} &darr;</a>
 			<ul class = "right">
 				{% for language in available_languages %}
-				<li class="listItem" >
+				<li class="listItem">
 					{% ifequal language.0 language_code %}<span >{{ language.1 }}</span> 
-					{% else %} <a href="/{{ language.0 }}/">{{ language.1 }}</a></span>
-				</li>
-				{% endifequal %} 
+					{% else %} <a href="/{{ language.0 }}/">{{ language.1 }}</a>
+					{% endifequal %} 
+				</li><br/>
 				{% endfor %}
 			</ul>
 		</li>