#223 i have removed a second "send some happiness button now! " button from a start page
Closed 4 years ago by saidat. Opened 4 years ago by saidat.
fedora-commops/ saidat/fedora-happiness-packets correction1  into  master

file modified
+1 -2
@@ -2,8 +2,7 @@ 

  <!DOCTYPE html>

  <html lang="en">

  <head>

-     <title>Open-source Happiness Packets</title>

-     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

+          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

      <link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">

@@ -1,5 +1,7 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Happiness Archive</title>{% endblock %}

+ 

  {% block content %}

  

      <div class="page-header">

@@ -1,5 +1,7 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Block e-mail address</title>{% endblock %}

+ 

  {% block content %}

  

      <div class="page-header">

file modified
+3 -1
@@ -1,9 +1,11 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>FAQ-(Frequently Asked Questions)</title>{% endblock %}

+ 

  {% block content %}

  <div id="faq">

      <div class="page-header">

-         <h2>Frequently Asked Questions</h2>

+         <h2>FAQ-(Frequently Asked Questions)</h2>

      </div>

  

      <h3>Who made this and why?</h3>

@@ -1,5 +1,7 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Get inspired</title>{% endblock %}

+ 

  {% block content %}

  

      <div class="page-header">

@@ -1,4 +1,7 @@ 

  {% extends 'base.html' %}

+ 

+ {% block extra_head %}<title>Send happiness packet</title>{% endblock %}

+ 

  {% load crispy_forms_tags %}

  

  {% block content %}

@@ -1,5 +1,7 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Check your email</title>{% endblock %}

+ 

  {% block content %}

  

      <div class="page-header">

@@ -1,4 +1,5 @@ 

  {% extends 'base.html' %}

+ {% block extra_head %}<title>Received Happiness Packets</title>{% endblock %}

  

  {% block content %}

  

@@ -1,5 +1,5 @@ 

  {% extends 'base.html' %}

- 

+ {% block extra_head %}<title>Sent Happiness Packets</title>{% endblock %}

  {% block content %}

  

      <div class="page-header">

@@ -1,5 +1,7 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Fedora Happiness Packets</title>{% endblock %}

+ 

  {% block content %}

  

      <div class="page-header">

@@ -1,5 +1,8 @@ 

  {% extends 'base.html' %}

  

+ {% block extra_head %}<title>Search</title>{% endblock %}

+ 

+ 

  {% block content %}

  <h2>Search</h2>

  <form method="get"  class="form-inline">