Merge branch 'treenode_editor' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into treenode_editor
This commit is contained in:
commit
90db059725
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -28,7 +28,7 @@ INTERNAL_IPS = ['127.0.0.1']
|
||||||
|
|
||||||
TEMPLATES[0]['OPTIONS']['debug'] = True
|
TEMPLATES[0]['OPTIONS']['debug'] = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['127.0.0.1']
|
ALLOWED_HOSTS = ['127.0.0.1', '192.168.43.34']
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases
|
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td {% if field.help_text %} class="field-with-comment"{% endif %}>
|
<td {% if field.help_text %} class="field-with-comment"{% endif %}>
|
||||||
{{ field }}
|
{{ field }}
|
||||||
<span class="field-comment">{{ field.help_text|safe }}</span>>
|
<span class="field-comment">{{ field.help_text|safe }}</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td><span class="field-error">{{ field.errors }}</span></td>
|
<td><span class="field-error">{{ field.errors }}</span></td>
|
||||||
|
|
Loading…
Reference in a new issue