Browse Source

Merge branch 'treenode_editor' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into treenode_editor

export_seznamu_prednasek
parent
commit
90db059725
  1. 2
      data/sitetree_new.json
  2. 2
      mamweb/settings_local.py
  3. 2
      seminar/templates/seminar/profil/nahraj_reseni.html

2
data/sitetree_new.json

File diff suppressed because one or more lines are too long

2
mamweb/settings_local.py

@ -28,7 +28,7 @@ INTERNAL_IPS = ['127.0.0.1']
TEMPLATES[0]['OPTIONS']['debug'] = True
ALLOWED_HOSTS = ['127.0.0.1']
ALLOWED_HOSTS = ['127.0.0.1', '192.168.43.34']
# Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases

2
seminar/templates/seminar/profil/nahraj_reseni.html

@ -53,7 +53,7 @@
</td>
<td {% if field.help_text %} class="field-with-comment"{% endif %}>
{{ field }}
<span class="field-comment">{{ field.help_text|safe }}</span>>
<span class="field-comment">{{ field.help_text|safe }}</span>
</td>
<td><span class="field-error">{{ field.errors }}</span></td>

Loading…
Cancel
Save