Templates added

This commit is contained in:
2024-06-05 11:33:02 +03:00
parent 69a2160eb7
commit 50c53060bf
117 changed files with 16737 additions and 0 deletions

View 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 %}