Create contact page in German and made it editable

This commit is contained in:
Levi 2016-04-08 19:45:28 -05:00
parent a680de0567
commit ebe214d95b
2 changed files with 11 additions and 18 deletions

View File

@ -14,24 +14,17 @@
{% endfor %}
<hr>
<h2 class="intro-text text-center">
<p class="text-center">
Contact <strong>DIGITAL GLARUS</strong>
</p>
{% static_placeholder "digital_glarus_contact_title" %}
</h2>
<hr>
</div>
<div class="col-md-8">
<p>
<iframe frameborder="0" height="400" scrolling="no" src="//maps.google.com/maps?hl=en&amp;ie=UTF8&amp;ll=46.969959,9.039001&amp;spn=56.506174,79.013672&amp;t=m&amp;z=12&amp;output=embed" width="100%"></iframe>
{% static_placeholder "digital_glarus_contact_location" %}
</p>
</div>
<div class="col-md-4">
<p>Phone: <strong>+41 (0) 44 534 66 22</strong></p>
<p>Email: <strong><a href="mailto:info@digitalglarus.ch">info@digitalglarus.ch</a></strong></p>
<p>Address:&nbsp; <strong><span style="">In Der Au 7, &nbsp;8762 Schwanden Switzerland</span></strong></p>
{% static_placeholder "digital_glarus_contact_information" %}
<div class="clearfix">&nbsp;</div>
</div>
<div class="clearfix"></div>
@ -43,10 +36,10 @@
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
Contact <strong>form</strong>
{% static_placeholder "digital_glarus_contact_form_title" %}
</h2>
<hr>
<p>If you want further information on Digital Glarus, please send us a message using the form below.</p>
<p>{% static_placeholder "digital_glarus_contact_form_text" %}</p>
<form action="" method="post" >
{% csrf_token %}
<div class="row">

View File

@ -85,18 +85,18 @@ INSTALLED_APPS = (
'djangocms_file',
'djangocms_picture',
'djangocms_video',
'djangocms_flash',
'djangocms_googlemap',
'djangocms_inherit',
'djangocms_link',
'djangocms_teaser',
# 'djangocms_flash',
# 'djangocms_googlemap',
# 'djangocms_inherit',
# 'djangocms_link',
# 'djangocms_teaser',
'djangocms_page_meta',
'djangocms_text_ckeditor',
'djangocms_admin_style',
'cmsplugin_filer_file',
'cmsplugin_filer_folder',
'cmsplugin_filer_link',
'cmsplugin_filer_teaser',
# 'cmsplugin_filer_teaser',
'cmsplugin_filer_video',
#
#blog