{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block content %} {% if next %} {% if user.is_authenticated %}

You are not authorized to perform this action.

{% else %}

Please login to view this page.

{% endif %} {% endif %}

Welcome to the Viper Malware Analysis Framework

This is the interactive web panel that will allow you to add, search and perform analysis across files.

 

{% load bootstrap %}
{% csrf_token %} {{ form|bootstrap_inline }}
{% endblock %}