rc_conf.html
18 lines
| 525 B
| text/html
|
HtmlDjangoLexer
|
r23 | {% extends "dev_conf.html" %} | ||
{% load static %} | ||||
{% load bootstrap3 %} | ||||
|
r45 | {% load main_tags %} | ||
|
r25 | |||
|
r79 | {% block extra-menu-actions %} | ||
<li><a href="{{ dev_conf.get_absolute_url_plot }}" target="_blank"><span class="glyphicon glyphicon-picture" aria-hidden="true"></span> View Pulses </a></li> | ||||
|
r23 | {% endblock %} | ||
|
r45 | |||
|
r79 | {% block extra-content %} | ||
|
r45 | |||
<div class="clearfix"></div> | ||||
<h2>RC Lines</h2><hr> | ||||
|
r25 | <div class="panel-group" id="div_lines" role="tablist" aria-multiselectable="true"> | ||
{% include "rc_lines.html" %} | ||||
|
r23 | </div> | ||
|
r25 | |||
|
r79 | {% endblock extra-content%} | ||