Removed old bootstrap crap

This commit is contained in:
Zakary Timson 2018-01-31 10:39:57 -05:00
parent 4b1fb5631a
commit 5e013a6aeb

View File

@ -1,5 +1,4 @@
{% extends 'base.html' %}
{% load bootstrap_tags %}
{% block head %}
<script>
@ -82,7 +81,7 @@
<div class="modal-body">
<form id="createPost" method="post">
{% csrf_token %}
{{ form | as_bootstrap }}
{{ form }}
</form>
</div>
<div class="modal-footer">