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

* 'master' of atrey:/akce/MaM/MaMweb/mamweb:
  Oprava popisku v autocomplete
  Oprava predchozi
This commit is contained in:
Tomas Gavenciak 2015-06-09 00:33:26 +02:00
commit ef9c7aa497
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -290,7 +290,7 @@ class Cislo(SeminarModelBase):
def predchozi(self):
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):
u"Číslo o `index` dále v ročníku. None pokud neexistuje."