Commit c4e28be0 authored by justin's avatar justin

flair: changed page titles in dashboard

parent 07460b50
{% extends 'base.html' %}
{% block title %} Widget v2 {% endblock %}
{% block content %}
<h1>Welcome to Widget!</h1>
<h2>Widget Users:</h2>
......
{% extends 'base.html' %}
{% block title %} {{ object.last_name }}, {{ object.first_name }}{% endblock %}
{% block content %}
<div class="user-name">
<h1>{{ object.first_name }}
......
{% extends 'base.html' %}
{% load static %}
{% block title %} Edit User {% endblock %}
{% block title %} Edit Widget User {% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment