Page heading and block precontainer changes

This commit is contained in:
2022-06-25 09:07:20 -05:00
parent d113adbd44
commit 50134dd480
9 changed files with 10 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ opponent.data.name }}{% endblock %}
{% block pre_container %}{% include 'page-heading.html' with title=opponent.data.name%}{% endblock %}
{% block content %}
<h4>{{ opponent.data.name }}</h4>
<form method="post" enctype="multipart/form-data">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save">