fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Authors in collections
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
base
/
app.html
diff --git
a/src/wolnelektury/templates/base/app.html
b/src/wolnelektury/templates/base/app.html
index
5bca344
..
e10b689
100644
(file)
--- a/
src/wolnelektury/templates/base/app.html
+++ b/
src/wolnelektury/templates/base/app.html
@@
-48,7
+48,7
@@
{% csrf_token %}
<input type="hidden" name="language" value="{{ lang.0 }}"/>
<button type="submit" lang="{{ lang.0 }}"
{% csrf_token %}
<input type="hidden" name="language" value="{{ lang.0 }}"/>
<button type="submit" lang="{{ lang.0 }}"
- class="{% if
equal lang.0 LANGUAGE_CODE %}active{% endifequal
%}">{{ lang.1 }}</button>
+ class="{% if
lang.0 == LANGUAGE_CODE %}active{% endif
%}">{{ lang.1 }}</button>
</form>
{% endfor %}
</div>
</form>
{% endfor %}
</div>