Commit 98f4adc0 authored by Neal Berones's avatar Neal Berones

Merge branch 'master' of...

Merge branch 'master' of https://gitlab.discs.ateneo.edu/vaughnfajardo/widget_group17 into berones/announcements
parents d19069ef 6c6e44db
{% extends "base.html" %}
{% block page-title %}Details{% endblock %}
{% block content %}
<h1>{{ post.post_title }}</h1>
<h3>by {{ post.author.first_name }} {{ post.author.last_name }}, {{ post.pub_date|date:"SHORT_DATE_FORMAT" }}</h3>
......
{% extends "base.html" %}
{% block page-title %}Forum Posts{% endblock %}
{% block content%}
<h2>Forum Posts:</h2>
{% if posts_list %}
......
{% extends "base.html" %}
{% block page-title %}Details{% endblock %}
{% block content %}
<div>
<ul>
......
{% extends "base.html" %}
{% block page-title %}Widget User Homepage{% endblock %}
{% block content %}
<div style = "position: relative; left:80px; top:30px;">
<h1>WELCOME TO WIDGET!</h1>
......
......@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css"
href="{% static 'style.css' %}">
<title>Website</title>
<title>{% block page-title %}{% endblock %}</title>
</head>
<body>
{% block content %}
......
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