Page heading and block precontainer changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user