|
|
@@ -1,4 +1,5 @@
|
|
|
{% extends '_base.html' %}
|
|
|
+{% load custom_links %}
|
|
|
{% load helpers %}
|
|
|
|
|
|
{% block title %}{{ devicetype.manufacturer }} {{ devicetype.model }}{% endblock %}
|
|
|
@@ -46,6 +47,9 @@
|
|
|
{% endif %}
|
|
|
<h1>{{ devicetype.manufacturer }} {{ devicetype.model }}</h1>
|
|
|
{% include 'inc/created_updated.html' with obj=devicetype %}
|
|
|
+ <div class="pull-right noprint">
|
|
|
+ {% custom_links devicetype %}
|
|
|
+ </div>
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li role="presentation"{% if not active_tab %} class="active"{% endif %}>
|
|
|
<a href="{{ devicetype.get_absolute_url }}">Device Type</a>
|