| Current Path : /var/www/html/kpsingh/website/templates/ |
| Current File : /var/www/html/kpsingh/website/templates/adminres.html |
{% extends "base.html" %}
{% load staticfiles %}
{% block title%}Administrative Responsibilities{% endblock %}
{% block head %}
Administrative Responsibilities
<link rel="stylesheet" type="text/css" href=" {% static 'css/adminres.css'%}">
{% endblock%}
{% block content %}
{% for res in ress%}
<div id = "resp"><p>{{res.resp}}</p></div>
{% endfor%}
{% endblock%}