Browse Source

Merge branch 'master' of atrey:/akce/MaM/MaMweb/mamweb

* 'master' of atrey:/akce/MaM/MaMweb/mamweb:
  Oprava popisku v autocomplete
  Oprava predchozi
remotes/origin/feincms deploy-prod-2015-06-09-10-02-gavento
Tomas Gavenciak 9 years ago
parent
commit
ef9c7aa497
  1. 2
      seminar/autocomplete_light_registry.py
  2. 2
      seminar/models.py

2
seminar/autocomplete_light_registry.py

@ -83,7 +83,7 @@ class ProblemAutocomplete(autocomplete_light.AutocompleteModelBase):
attrs={ attrs={
# This will set the input placeholder attribute: # This will set the input placeholder attribute:
'placeholder': u'Řešitel', 'placeholder': u'Problém',
# This will set the yourlabs.Autocomplete.minimumCharacters # This will set the yourlabs.Autocomplete.minimumCharacters
# options, the naming conversion is handled by jQuery # options, the naming conversion is handled by jQuery
'data-autocomplete-minimum-characters': 1, 'data-autocomplete-minimum-characters': 1,

2
seminar/models.py

@ -290,7 +290,7 @@ class Cislo(SeminarModelBase):
def predchozi(self): def predchozi(self):
u"Vrací None, pokud je toto první" u"Vrací None, pokud je toto první"
return self.relativni_v_rocniku(1) return self.relativni_v_rocniku(-1)
def relativni_v_rocniku(self, rel_index): def relativni_v_rocniku(self, rel_index):
u"Číslo o `index` dále v ročníku. None pokud neexistuje." u"Číslo o `index` dále v ročníku. None pokud neexistuje."

Loading…
Cancel
Save