fixed css issue. accidentally used boostrap 2 and 3. I FOUND IT. NOT ASMAPS
This commit is contained in:
parent
0093aab667
commit
ec6cfa7698
@ -24,7 +24,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<h3>New host</h3>
|
<h3>New Host</h3>
|
||||||
<form method="post" action="">
|
<form method="post" action="">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|bootstrap }}
|
{{ form|bootstrap }}
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
<title>{% block title %}nsupdate.info{% endblock %}</title>
|
<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/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="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
||||||
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
||||||
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user