Templates added
This commit is contained in:
23
Templates/heasarc/show_heasarc_maxi_gsc.html
Normal file
23
Templates/heasarc/show_heasarc_maxi_gsc.html
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% if heasarc %}
|
||||
<h4>Specific {{ heasarc.description }} fields:</h4>
|
||||
|
||||
hardness_ratio = {{ heasarc.hardness_ratio }}<br />
|
||||
hardness_ratio_error = {{ heasarc.hardness_ratio_error }}<br />
|
||||
hb_flux = {{ heasarc.hb_flux }}<br />
|
||||
hb_flux_error = {{ heasarc.hb_flux_error }}<br />
|
||||
hb_significance = {{ heasarc.hb_significance }}<br />
|
||||
ctrpart_name = {{ heasarc.ctrpart_name }}<br />
|
||||
class_id = {{ heasarc.class_id }}<br />
|
||||
object_class = {{ heasarc.object_class }}<br />
|
||||
redshift = {{ heasarc.redshift }}<br />
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user