Adjusted CSS, added background
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
{% extends "bootstrap/base.html" %}
|
||||
|
||||
{% block styles %}
|
||||
{{super()}}
|
||||
<link rel="stylesheet"
|
||||
href="{{url_for('static', filename='mystyle.css')}}">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Wigan Homebrew Club Competition Entry{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="jumbotron text-center">
|
||||
<h2>Wigan Homebrew Club Competition Entry</h2>
|
||||
<div class="jumbotron text-center" id="my-jumbotron">
|
||||
<h2 class="my-title">Wigan Homebrew Club Competition Entry</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-8 content-div">
|
||||
<p><p>You have been entered into the competition to brew a <strong>{{ brew_name }}</strong>, which will be judged at the meeting in <strong>{{ brew_month }}</strong>.</p>
|
||||
<br/>
|
||||
<div class="alert alert-success lead" role="alert"> <span class="glyphicon glyphicon-tags" aria-hidden="true"></span> Please mark all of your bottlecaps with the following identifier: <strong>{{ identifier }}</strong></div>
|
||||
|
||||
@@ -1,14 +1,21 @@
|
||||
{% extends "bootstrap/base.html" %}
|
||||
|
||||
{% block styles %}
|
||||
{{super()}}
|
||||
<link rel="stylesheet"
|
||||
href="{{url_for('static', filename='mystyle.css')}}">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Wigan Homebrew Club Competition Entry{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="jumbotron text-center">
|
||||
<h2>Wigan Homebrew Club Competition Entry</h2>
|
||||
<div class="jumbotron text-center" id="my-jumbotron">
|
||||
<h2 class="my-title">Wigan Homebrew Club Competition Entry</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-8 content-div">
|
||||
<p>The next competition brew will be a <strong>{{ brew_name }}</strong>. It will be judged at the meeting in <strong>{{ brew_month }}</strong></p>
|
||||
<br/>
|
||||
<p>If you would like to enter the competition, please enter your name below to generate a letter/number that will be used to identify your entry</p>
|
||||
|
||||
Reference in New Issue
Block a user