Templates added
This commit is contained in:
18
Templates/srgcat/source_name.html
Normal file
18
Templates/srgcat/source_name.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% load heasarc_templates %}
|
||||
{% block precontent %}{% endblock %}
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Generate SRGa/e source name</h2>
|
||||
<form action="/srgcat/srga" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
{% if name %}<h3>{{ name }}</h3>{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user