new favicon
This commit is contained in:
parent
a9cca9071b
commit
80c91e6b4e
@ -14,7 +14,7 @@ class Host(models.Model):
|
||||
created_by = models.ForeignKey(User)
|
||||
|
||||
def __unicode__(self):
|
||||
return u"%s (%s)" % (self.fqdn, self.created_by)
|
||||
return u"%s - %s" % (self.fqdn, self.comment)
|
||||
|
||||
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<h3>Delete Host <small><a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
|
||||
<div class="col-lg-8">
|
||||
<h3>Delete Horst <small><a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<p>Are you sure you want to delete "{{ object }}"?</p>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h3>Edit Host <small><a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
|
||||
<h3>Edit Horst <small><a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
|
||||
<form method="post" action="">
|
||||
{% csrf_token %}
|
||||
{{ form|bootstrap }}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
x
Reference in New Issue
Block a user