Merge pull request #172 from levivm/feature/new_digitalglarus
fixed ungleich main page
This commit is contained in:
commit
31a9921f64
2 changed files with 6 additions and 4 deletions
|
@ -80,6 +80,8 @@ six==1.10.0
|
|||
sqlparse==0.1.19
|
||||
stripe==1.33.0
|
||||
wheel==0.29.0
|
||||
django-admin-honeypot==1.0.0
|
||||
coverage==4.3.4
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
</h3>
|
||||
|
||||
<h3 class="intro-smallcap"><i class="fa fa-phone"></i> (044) 534-66-22<p></p></h3>
|
||||
<h3 class="intro-smallcap">{% trans "or" %}</h3>
|
||||
<!-- <h3 class="intro-smallcap">{% trans "or" %}</h3> -->
|
||||
|
||||
<h3 class="intro-smallcap">{% trans "Contact Us" %}</h3>
|
||||
<!-- <h3 class="intro-smallcap">{% trans "Contact Us" %}</h3> -->
|
||||
|
||||
<form action="{% url 'ungleich_page:contact' %}" method="post">
|
||||
<!-- <form action="{% url 'ungleich_page:contact' %}" method="post">
|
||||
|
||||
{% csrf_token %}
|
||||
<div class="row">
|
||||
|
@ -60,7 +60,7 @@
|
|||
autofocus {% endif %}>{% trans "Submit" %}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</form> -->
|
||||
</div>
|
||||
<p> </p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue