| 
									
										
										
										
											2014-01-01 22:17:36 +01:00
										 |  |  | {% extends "base.html" %} | 
					
						
							|  |  |  | {% block head %} {% endblock %} | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | <div class="row"> | 
					
						
							|  |  |  |     <h2>Preferences</h2> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <fieldset> | 
					
						
							|  |  |  |         <legend>Default categories</legend> | 
					
						
							|  |  |  |         <form method="post" action="/preferences" id="search_form"> | 
					
						
							|  |  |  |         <p> | 
					
						
							|  |  |  |         {% include 'categories.html' %} | 
					
						
							|  |  |  |         </p> | 
					
						
							|  |  |  |         <input type="submit" value="save" /> | 
					
						
							|  |  |  |         </form> | 
					
						
							|  |  |  |     </fieldset> | 
					
						
							| 
									
										
										
										
											2014-01-01 23:01:59 +01:00
										 |  |  |     <div class="right"><a href="/">back</a></div> | 
					
						
							| 
									
										
										
										
											2014-01-01 22:17:36 +01:00
										 |  |  | </div> | 
					
						
							|  |  |  | {% endblock %} |