recreates the choices view in facts, allowing for display of any fact category in the system, and providing a random item from it bss/dr.botzo#15
5 lines
170 B
HTML
5 lines
170 B
HTML
{% extends 'base.html' %}
|
|
{% block extra_media %}{% load static %}
|
|
<link href="{% get_static_prefix %}css/facts.css" rel="stylesheet" type='text/css' />
|
|
{% endblock %}
|