Full screen map

9 views
Skip to first unread message

M.K

unread,
Jul 16, 2015, 12:41:35 PM7/16/15
to django...@googlegroups.com
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 %}

Reply all
Reply to author
Forward
0 new messages