summaryrefslogtreecommitdiff
path: root/certificate/templates/index.html
blob: 9c3816ce26f1fc9b07b368187eefdd3b9b364962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends 'base.html' %}

{% block header%}
    <h1> FOSSEE Certificates </h1>
{% endblock %}
{% block content %}
<div style="margin:auto; width:45%">
    <p>Below links will take you to a feedback form.<br> Please fill the feedback form and download your <b>e-certificate</b>.</h5></p>
        <ul class="nav nav-list">
          <li ><a href="{% url 'certificate:feedback' %}" >Scilab India Conference 2014</a></li>
          <li><a href="{% url 'certificate:scipy_feedback' %}" >SciPy India Conference 2014</a></li>
          <li><a href="{% url 'certificate:drupal_feedback' %}" >Drupal Camp Mumbai 2015</a></li>
        </ul>
    <div>
{% endblock %}