Add season codes and overview page.
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
value="{{ model['id'] }}"
|
||||
readonly>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="code">Season Code</label>
|
||||
<input name="code"
|
||||
type="text"
|
||||
class="form-control"
|
||||
id="code"
|
||||
value="{{ model['code'] }}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="game">Game Name</label>
|
||||
<input name="game"
|
||||
|
||||
7
templates/seasonoverview.html
Normal file
7
templates/seasonoverview.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% set active_page = "seasons" %}
|
||||
{% block title %}{{ model.title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user