Create contact page in German and made it editable

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

View file

@ -14,24 +14,17 @@
{% endfor %} {% endfor %}
<hr> <hr>
<h2 class="intro-text text-center"> <h2 class="intro-text text-center">
<p class="text-center"> {% static_placeholder "digital_glarus_contact_title" %}
Contact <strong>DIGITAL GLARUS</strong>
</p>
</h2> </h2>
<hr> <hr>
</div> </div>
<div class="col-md-8"> <div class="col-md-8">
<p> <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> </p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<p>Phone: <strong>+41 (0) 44 534 66 22</strong></p> {% static_placeholder "digital_glarus_contact_information" %}
<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>
<div class="clearfix">&nbsp;</div> <div class="clearfix">&nbsp;</div>
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
@ -43,10 +36,10 @@
<div class="col-lg-12"> <div class="col-lg-12">
<hr> <hr>
<h2 class="intro-text text-center"> <h2 class="intro-text text-center">
Contact <strong>form</strong> {% static_placeholder "digital_glarus_contact_form_title" %}
</h2> </h2>
<hr> <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" > <form action="" method="post" >
{% csrf_token %} {% csrf_token %}
<div class="row"> <div class="row">

View file

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