fixed css issue. accidentally used boostrap 2 and 3. I FOUND IT. NOT ASMAPS

This commit is contained in:
Fabian Faessler 2013-09-29 01:26:28 +02:00
parent 0093aab667
commit ec6cfa7698
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</table>
</div>
<div class="col-lg-4">
<h3>New host</h3>
<h3>New Host</h3>
<form method="post" action="">
{% csrf_token %}
{{ form|bootstrap }}

View File

@ -10,7 +10,6 @@
<title>{% block title %}nsupdate.info{% endblock %}</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />