stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

usrs.html (181B)


      1 {% extends 'base.html' %}
      2 
      3 {% block title %}users in db{% endblock %}
      4 
      5 {% block content %}
      6 	{%- for x in allusers %}
      7 		{%- print(x) %}
      8 		</br>
      9 		</br>
     10 	{%- endfor %}
     11 {% endblock %}