mgt c10 complete merge to put bootstrap css changes on their own fork
This commit is contained in:
		@@ -9,8 +9,8 @@
 | 
			
		||||
		{% endif %}
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<div>
 | 
			
		||||
			blog:
 | 
			
		||||
		<header>
 | 
			
		||||
		<nav>
 | 
			
		||||
			<a href="{{ url_for('index') }}">home</a>
 | 
			
		||||
			<a href="{{ url_for('explore') }}">explore</a>
 | 
			
		||||
			{% if current_user.is_anonymous %}
 | 
			
		||||
@@ -20,7 +20,10 @@
 | 
			
		||||
			<a href="{{ url_for('logout') }}">logout</a>
 | 
			
		||||
			{% endif %}
 | 
			
		||||
 | 
			
		||||
		</div>
 | 
			
		||||
		</nav>
 | 
			
		||||
		<h1>oily.dad</h1>
 | 
			
		||||
		<h4>destroy me</h4>
 | 
			
		||||
		</header>
 | 
			
		||||
		<hr>
 | 
			
		||||
		{% with messages = get_flashed_messages() %}
 | 
			
		||||
		{% if messages %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user