Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to nautobot base templates #201

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
updated template
scetron committed Aug 16, 2022
commit 0356e522e4880af0ef8d94d5cc8175a9c3d43b86
Original file line number Diff line number Diff line change
@@ -1,28 +1,9 @@
{% extends 'base.html' %}
{% extends 'generic/object_detail.html' %}
{% load buttons %}
{% load custom_links %}
{% load helpers %}
{% load plugins %}

{% block title %}{{ object }}{% endblock%}

{% block header %}

<div class="row noprint">
<div class="col-sm-8 col-md-9">
<ol class="breadcrumb">
<li><a href="{% url 'plugins:nautobot_circuit_maintenance:rawnotification_list' %}">Raw Notifications</a></li>
<li><a href="{{ object.raw_notification.get_absolute_url }}">{{ object.raw_notification }}</a></li>
<li><a>{{ object }}</a></li>
</ol>
</div>
</div>

<h1>{{ object }}</h1>
<div class="pull-right noprint">{% custom_links object %}</div>

{% endblock %}

{% block content %}

<div class="row">