Commit c4e28be0 authored by justin's avatar justin

flair: changed page titles in dashboard

parent 07460b50
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %} Widget v2 {% endblock %}
{% block content %} {% block content %}
<h1>Welcome to Widget!</h1> <h1>Welcome to Widget!</h1>
<h2>Widget Users:</h2> <h2>Widget Users:</h2>
......
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %} {{ object.last_name }}, {{ object.first_name }}{% endblock %}
{% block content %} {% block content %}
<div class="user-name"> <div class="user-name">
<h1>{{ object.first_name }} <h1>{{ object.first_name }}
......
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% block title %} Edit User {% endblock %} {% block title %} Edit Widget User {% endblock %}
{% block content %} {% block content %}
<form method="post"> <form method="post">
{% csrf_token %} {% 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