15 lines
		
	
	
		
			325 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
| {% extends "mnfapp/base.html" %} {% load static %} {% block content %}
 | |
| <meta charset="UTF-8">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <title>User Profile</title>
 | |
| 
 | |
| <style>
 | |
| 
 | |
| </style>
 | |
| <div>
 | |
| 
 | |
| </div>
 | |
| <script>
 | |
| </script>
 | |
| {%endblock%} |