Hi guys,

I created a map with GeoDjango and implemented it into html file but the 
problem is I can not make it fullscreen, I use Bootstrap , does someone 
know where is the problem ?

{% block content %}

<div class="container-fluid">

    <div class='row'>

        <div class='col-md-4'>

            {{form.media}} 

            <form method='POST' action=''> 

                 {% csrf_token %}

                 {{ form|crispy }}

                <input class="btn btn-primary" type='submit' value='Submit'>

            </form>

        </div>

    </div>

</div>

{% endblock %}

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/957f2ffc-25fd-45c6-ab48-b9cbc83a0941%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to