Skip to content

Instantly share code, notes, and snippets.

@divyanshikathuria
Created July 10, 2014 09:11
Show Gist options
  • Save divyanshikathuria/b72fb8f20a144a9dec2a to your computer and use it in GitHub Desktop.
Save divyanshikathuria/b72fb8f20a144a9dec2a to your computer and use it in GitHub Desktop.
<html>
<head>
<title> TA/DA Form </title>
</head>
<style>
h2 { text-align : center;}
.form { margin-left:40%; }
.button {margin-left:50%; }
</style>
<body>
<form action="/suspence/tada_result" method = "get">
<h2> TA/DA Form </h2>
<ul class="form">{{ form.as_p }} </ul>
<p class = "button" > <input type="submit" value="Submit" name="Submit"> </p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment