srg/Templates/erosurvey/source_name.html
2024-06-05 11:33:02 +03:00

19 lines
302 B
HTML

{% extends "base.html" %}
{% load heasarc_templates %}
{% block header %}{% endblock %}
{% block content %}
<form action="/srgcat/srga" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Submit">
</form>
{% if name %}<h3>{{ name }}</h3>{% endif %}
{% endblock %}